org.apache.hadoop.hive.ql
Interface HiveDriverRunHookContext

All Superinterfaces:
org.apache.hadoop.conf.Configurable
All Known Implementing Classes:
HiveDriverRunHookContextImpl

public interface HiveDriverRunHookContext
extends org.apache.hadoop.conf.Configurable

Context information provided by Hive to implementations of HiveDriverRunHook.


Method Summary
 String getCommand()
           
 void setCommand(String command)
           
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Method Detail

getCommand

String getCommand()

setCommand

void setCommand(String command)


Copyright © 2014 The Apache Software Foundation. All rights reserved.