| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.hooks |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveDriverRunHookContextImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveDriverRunHook.postDriverRun(HiveDriverRunHookContext hookContext)
Invoked after Hive performs any processing of a command, just before a
response is returned to the entity calling the Driver.
|
void |
HiveDriverRunHook.preDriverRun(HiveDriverRunHookContext hookContext)
Invoked before Hive begins any processing of a command in the Driver,
notably before compilation and any customizable performance logging.
|
void |
HookRunner.runPostDriverHooks(HiveDriverRunHookContext hookContext) |
void |
HookRunner.runPreDriverHooks(HiveDriverRunHookContext hookContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DriverTestHook.postDriverRun(HiveDriverRunHookContext hookContext) |
void |
DriverTestHook.preDriverRun(HiveDriverRunHookContext hookContext) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.