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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static CommandProcessor get(String cmd)

get

public static CommandProcessor get(String cmd,
                                   HiveConf conf)

clean

public static void clean(HiveConf conf)


Copyright © 2012 The Apache Software Foundation