public class HiveSemanticAnalyzerHookContextImpl extends java.lang.Object implements HiveSemanticAnalyzerHookContext
Constructor and Description |
---|
HiveSemanticAnalyzerHookContextImpl() |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConf() |
Hive |
getHive() |
java.util.Set<ReadEntity> |
getInputs()
The following methods will only be available to hooks executing postAnalyze.
|
java.util.Set<WriteEntity> |
getOutputs() |
void |
setConf(Configuration conf) |
void |
update(BaseSemanticAnalyzer sem)
This should be called after the semantic analyzer completes.
|
public Hive getHive() throws HiveException
getHive
in interface HiveSemanticAnalyzerHookContext
HiveException
public Configuration getConf()
public void setConf(Configuration conf)
public void update(BaseSemanticAnalyzer sem)
HiveSemanticAnalyzerHookContext
update
in interface HiveSemanticAnalyzerHookContext
public java.util.Set<ReadEntity> getInputs()
HiveSemanticAnalyzerHookContext
getInputs
in interface HiveSemanticAnalyzerHookContext
public java.util.Set<WriteEntity> getOutputs()
getOutputs
in interface HiveSemanticAnalyzerHookContext
Copyright © 2012 The Apache Software Foundation