public class HiveDriverRunHookContextImpl extends Object implements HiveDriverRunHookContext
Constructor and Description |
---|
HiveDriverRunHookContextImpl(org.apache.hadoop.conf.Configuration conf,
String command) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
org.apache.hadoop.conf.Configuration |
getConf() |
void |
setCommand(String command) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public HiveDriverRunHookContextImpl(org.apache.hadoop.conf.Configuration conf, String command)
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public String getCommand()
getCommand
in interface HiveDriverRunHookContext
public void setCommand(String command)
setCommand
in interface HiveDriverRunHookContext
Copyright © 2017 The Apache Software Foundation. All rights reserved.