org.apache.hadoop.hive.cli
Class CliDriver

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

public class CliDriver
extends Object

CliDriver.


Field Summary
static String HIVERCFILE
           
static String prompt
           
static String prompt2
           
 
Constructor Summary
CliDriver()
           
 
Method Summary
static Completor getCommandCompletor()
           
static void main(String[] args)
           
 int processCmd(String cmd)
           
 int processFile(String fileName)
           
 void processInitFiles(CliSessionState ss)
           
 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

HIVERCFILE

public static final String HIVERCFILE
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

processFile

public int processFile(String fileName)
                throws IOException
Throws:
IOException

processInitFiles

public void processInitFiles(CliSessionState ss)
                      throws IOException
Throws:
IOException

getCommandCompletor

public static Completor getCommandCompletor()

main

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


Copyright © 2011 The Apache Software Foundation