org.apache.hadoop.hive.cli
Class OptionsProcessor

java.lang.Object
  extended by org.apache.hadoop.hive.cli.OptionsProcessor

public class OptionsProcessor
extends Object

OptionsProcessor.


Field Summary
protected static org.apache.commons.logging.Log l4j
           
 
Constructor Summary
OptionsProcessor()
           
 
Method Summary
 Map<String,String> getHiveVariables()
           
 boolean process_stage1(String[] argv)
           
 boolean process_stage2(CliSessionState ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l4j

protected static final org.apache.commons.logging.Log l4j
Constructor Detail

OptionsProcessor

public OptionsProcessor()
Method Detail

process_stage1

public boolean process_stage1(String[] argv)

process_stage2

public boolean process_stage2(CliSessionState ss)

getHiveVariables

public Map<String,String> getHiveVariables()


Copyright © 2013 The Apache Software Foundation