Package org.apache.oozie.test.hive

Examples of org.apache.oozie.test.hive.MiniHS2


            HiveConf hconf = new HiveConf();
            Configuration jobConf = createJobConf();
            for (Map.Entry<String, String> pair: jobConf) {
                hconf.set(pair.getKey(), pair.getValue());
            }
            hiveserver2 = new MiniHS2(hconf, dfsCluster.getFileSystem());
            hiveserver2.start(new HashMap<String, String>());
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.oozie.test.hive.MiniHS2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.