|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hook | |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.hooks | |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hive.service.cli.session |
Uses of Hook in org.apache.hadoop.hive.ql |
---|
Subinterfaces of Hook in org.apache.hadoop.hive.ql | |
---|---|
interface |
HiveDriverRunHook
HiveDriverRunHook allows Hive to be extended with custom logic for processing commands. |
Uses of Hook in org.apache.hadoop.hive.ql.hooks |
---|
Subinterfaces of Hook in org.apache.hadoop.hive.ql.hooks | |
---|---|
interface |
ExecuteWithHookContext
ExecuteWithHookContext is a new interface that the Pre/Post Execute Hook can run with the HookContext. |
interface |
PostExecute
The post execute hook interface. |
interface |
PreExecute
The pre execute hook interface. |
Methods in org.apache.hadoop.hive.ql.hooks with type parameters of type Hook | ||
---|---|---|
static
|
HookUtils.getHooks(HiveConf conf,
HiveConf.ConfVars hookConfVar,
Class<T> clazz)
Returns the hooks specified in a configuration variable. |
Uses of Hook in org.apache.hadoop.hive.ql.metadata |
---|
Classes in org.apache.hadoop.hive.ql.metadata that implement Hook | |
---|---|
class |
DummySemanticAnalyzerHook
|
class |
DummySemanticAnalyzerHook1
|
Uses of Hook in org.apache.hadoop.hive.ql.parse |
---|
Subinterfaces of Hook in org.apache.hadoop.hive.ql.parse | |
---|---|
interface |
HiveSemanticAnalyzerHook
HiveSemanticAnalyzerHook allows Hive to be extended with custom logic for semantic analysis of QL statements. |
Classes in org.apache.hadoop.hive.ql.parse that implement Hook | |
---|---|
class |
AbstractSemanticAnalyzerHook
|
Uses of Hook in org.apache.hive.service.cli.session |
---|
Subinterfaces of Hook in org.apache.hive.service.cli.session | |
---|---|
interface |
HiveSessionHook
HiveSessionHook. |
Classes in org.apache.hive.service.cli.session that implement Hook | |
---|---|
static class |
TestSessionHooks.SessionHookTest
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |