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 HiveSemanticAnalyzerHookContextHiveExceptionpublic Configuration getConf()
public void setConf(Configuration conf)
public void update(BaseSemanticAnalyzer sem)
HiveSemanticAnalyzerHookContextupdate in interface HiveSemanticAnalyzerHookContextpublic java.util.Set<ReadEntity> getInputs()
HiveSemanticAnalyzerHookContextgetInputs in interface HiveSemanticAnalyzerHookContextpublic java.util.Set<WriteEntity> getOutputs()
getOutputs in interface HiveSemanticAnalyzerHookContextCopyright © 2012 The Apache Software Foundation