org.apache.hadoop.hive.ql
Class HiveDriverRunHookContextImpl

java.lang.Object
  extended by org.apache.hadoop.hive.ql.HiveDriverRunHookContextImpl
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, HiveDriverRunHookContext

public class HiveDriverRunHookContextImpl
extends Object
implements HiveDriverRunHookContext


Constructor Summary
HiveDriverRunHookContextImpl(org.apache.hadoop.conf.Configuration conf, String command)
           
 
Method Summary
 String getCommand()
           
 org.apache.hadoop.conf.Configuration getConf()
           
 void setCommand(String command)
           
 void setConf(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveDriverRunHookContextImpl

public HiveDriverRunHookContextImpl(org.apache.hadoop.conf.Configuration conf,
                                    String command)
Method Detail

getConf

public org.apache.hadoop.conf.Configuration getConf()
Specified by:
getConf in interface org.apache.hadoop.conf.Configurable

setConf

public void setConf(org.apache.hadoop.conf.Configuration conf)
Specified by:
setConf in interface org.apache.hadoop.conf.Configurable

getCommand

public String getCommand()
Specified by:
getCommand in interface HiveDriverRunHookContext

setCommand

public void setCommand(String command)
Specified by:
setCommand in interface HiveDriverRunHookContext


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