public class DriverTestHook extends Object implements HiveDriverRunHook
Constructor and Description |
---|
DriverTestHook() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
preDriverRun(HiveDriverRunHookContext hookContext)
Invoked before Hive begins any processing of a command in the Driver,
notably before compilation and any customizable performance logging.
|
public void preDriverRun(HiveDriverRunHookContext hookContext) throws Exception
HiveDriverRunHook
preDriverRun
in interface HiveDriverRunHook
Exception
public void postDriverRun(HiveDriverRunHookContext hookContext) throws Exception
HiveDriverRunHook
postDriverRun
in interface HiveDriverRunHook
Exception
Copyright © 2017 The Apache Software Foundation. All rights reserved.