|
||||||||||
| 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.parse | |
| org.apache.hadoop.hive.ql.security.authorization.plugin | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| 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. |
| Classes in org.apache.hadoop.hive.ql.hooks that implement Hook | |
|---|---|
class |
DriverTestHook
|
class |
EnforceReadOnlyTables
Implementation of a pre execute hook that prevents modifications of read-only tables used by the test framework |
class |
PostExecutePrinter
Implementation of a post execute hook that simply prints out its parameters to standard output. |
class |
PreExecutePrinter
Implementation of a pre execute hook that simply prints out its parameters to standard output. |
static class |
UpdateInputAccessTimeHook.PreExec
|
| 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.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.hadoop.hive.ql.security.authorization.plugin |
|---|
| Classes in org.apache.hadoop.hive.ql.security.authorization.plugin that implement Hook | |
|---|---|
class |
DisallowTransformHook
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||