org.apache.hadoop.hive.cli
Class CliDriver

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

public class CliDriver
extends Object


Field Summary
static String prompt
           
static String prompt2
           
 
Constructor Summary
CliDriver()
           
 
Method Summary
static void main(String[] args)
           
 int processCmd(String cmd)
           
 int processLine(String line)
           
 int processReader(BufferedReader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prompt

public static final String prompt
See Also:
Constant Field Values

prompt2

public static final String prompt2
See Also:
Constant Field Values
Constructor Detail

CliDriver

public CliDriver()
Method Detail

processCmd

public int processCmd(String cmd)

processLine

public int processLine(String line)

processReader

public int processReader(BufferedReader r)
                  throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2009 The Apache Software Foundation