|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HiveSemanticAnalyzerHookContext
Context information provided by Hive to implementations of HiveSemanticAnalyzerHook.
| Method Summary | |
|---|---|
Hive |
getHive()
|
Set<ReadEntity> |
getInputs()
The following methods will only be available to hooks executing postAnalyze. |
Set<WriteEntity> |
getOutputs()
|
void |
update(BaseSemanticAnalyzer sem)
This should be called after the semantic analyzer completes. |
| Methods inherited from interface org.apache.hadoop.conf.Configurable |
|---|
getConf, setConf |
| Method Detail |
|---|
Hive getHive()
throws HiveException
HiveExceptionvoid update(BaseSemanticAnalyzer sem)
sem - Set<ReadEntity> getInputs()
Set<WriteEntity> getOutputs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||