public static class VerifyHooksRunInOrder.RunFirstDriverRunHook extends java.lang.Object implements HiveDriverRunHook
Constructor and Description |
---|
RunFirstDriverRunHook() |
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 java.lang.Exception
HiveDriverRunHook
preDriverRun
in interface HiveDriverRunHook
java.lang.Exception
public void postDriverRun(HiveDriverRunHookContext hookContext) throws java.lang.Exception
HiveDriverRunHook
postDriverRun
in interface HiveDriverRunHook
java.lang.Exception
Copyright © 2012 The Apache Software Foundation