org.apache.hcatalog.cli
Class HCatDriver

java.lang.Object
  extended by org.apache.hadoop.hive.ql.Driver
      extended by org.apache.hcatalog.cli.HCatDriver
All Implemented Interfaces:
org.apache.hadoop.hive.ql.processors.CommandProcessor

public class HCatDriver
extends org.apache.hadoop.hive.ql.Driver


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

Constructor Detail

HCatDriver

public HCatDriver()
Method Detail

run

public org.apache.hadoop.hive.ql.processors.CommandProcessorResponse run(java.lang.String command)
Specified by:
run in interface org.apache.hadoop.hive.ql.processors.CommandProcessor
Overrides:
run in class org.apache.hadoop.hive.ql.Driver