org.apache.hcatalog.cli
Class HCatDriver

Object
  extended by Driver
      extended by HCatDriver
All Implemented Interfaces:
CommandProcessor

public class HCatDriver
extends Driver


Field Summary
 
Fields inherited from class Driver
tryCount
 
Constructor Summary
HCatDriver()
           
 
Method Summary
 CommandProcessorResponse run(String command)
           
 
Methods inherited from class Driver
acquireReadWriteLocks, close, compile, compile, destroy, execute, getClusterStatus, getMaxRows, getPlan, getQueryPlan, getResults, getSchema, getSchema, getThriftSchema, getTryCount, hasReduceTasks, init, launchTask, pollTasks, restoreSession, saveSession, setMaxRows, setTryCount, taskCleanup
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HCatDriver

public HCatDriver()
Method Detail

run

public CommandProcessorResponse run(String command)
Specified by:
run in interface CommandProcessor
Overrides:
run in class Driver