org.apache.hadoop.hive.ql.processors
Class CommandProcessorFactory

java.lang.Object
  extended by org.apache.hadoop.hive.ql.processors.CommandProcessorFactory

public final class CommandProcessorFactory
extends Object

CommandProcessorFactory.


Method Summary
static void clean(HiveConf conf)
           
static CommandProcessor get(String cmd)
           
static CommandProcessor get(String[] cmd, HiveConf conf)
           
static CommandProcessor getForHiveCommand(String[] cmd, HiveConf conf)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static CommandProcessor get(String cmd)
                            throws SQLException
Throws:
SQLException

getForHiveCommand

public static CommandProcessor getForHiveCommand(String[] cmd,
                                                 HiveConf conf)
                                          throws SQLException
Throws:
SQLException

get

public static CommandProcessor get(String[] cmd,
                                   HiveConf conf)
                            throws SQLException
Throws:
SQLException

clean

public static void clean(HiveConf conf)


Copyright © 2014 The Apache Software Foundation. All rights reserved.