org.apache.hadoop.hive.ql.hooks
Class VerifyHooksRunInOrder.RunFirstDriverRunHook
java.lang.Object
org.apache.hadoop.hive.ql.hooks.VerifyHooksRunInOrder.RunFirstDriverRunHook
- All Implemented Interfaces:
- HiveDriverRunHook, Hook
- Enclosing class:
- VerifyHooksRunInOrder
public static class VerifyHooksRunInOrder.RunFirstDriverRunHook
- extends Object
- implements HiveDriverRunHook
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyHooksRunInOrder.RunFirstDriverRunHook
public VerifyHooksRunInOrder.RunFirstDriverRunHook()
preDriverRun
public void preDriverRun(HiveDriverRunHookContext hookContext)
throws Exception
- Description copied from interface:
HiveDriverRunHook
- Invoked before Hive begins any processing of a command in the Driver,
notably before compilation and any customizable performance logging.
- Specified by:
preDriverRun
in interface HiveDriverRunHook
- Throws:
Exception
postDriverRun
public void postDriverRun(HiveDriverRunHookContext hookContext)
throws Exception
- Description copied from interface:
HiveDriverRunHook
- Invoked after Hive performs any processing of a command, just before a
response is returned to the entity calling the Driver.
- Specified by:
postDriverRun
in interface HiveDriverRunHook
- Throws:
Exception
Copyright © 2013 The Apache Software Foundation