org.apache.hadoop.hive.ql
Interface HiveDriverRunHookContext

All Known Implementing Classes:
HiveDriverRunHookContextImpl

public interface HiveDriverRunHookContext

Context information provided by Hive to implementations of HiveDriverRunHook.


Method Summary
 String getCommand()
           
 void setCommand(String command)
           
 

Method Detail

getCommand

String getCommand()

setCommand

void setCommand(String command)


Copyright © 2012 The Apache Software Foundation