Package org.apache.hadoop.hive.cli

Examples of org.apache.hadoop.hive.cli.SetProcessor


    SessionState.initHiveLog4j();
    conf = new HiveConf(SessionState.class);
    ss = new CliSessionState(conf);
    SessionState.start(ss);
    sp = new SetProcessor();
    qp = new Driver();

    runSetProcessorQuery("hadoop.job.ugi=" + auth.getUser() + ","
        + auth.getGroups()[0]);
    runSetProcessorQuery("user.name=" + auth.getUser());
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hive.cli.SetProcessor

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.