org.apache.hadoop.hive.ql.hooks
Class VerifyOverriddenConfigsHook
java.lang.Object
org.apache.hadoop.hive.ql.hooks.VerifyOverriddenConfigsHook
- All Implemented Interfaces:
- ExecuteWithHookContext, Hook
public class VerifyOverriddenConfigsHook
- extends Object
- implements ExecuteWithHookContext
VerifyOverriddenConfigsHook.
This hook is meant to be used for testing. It prints the keys and values of config variables
which have been noted by the session state as changed by the user. It only prints specific
variables as others may change and that should not affect this test.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyOverriddenConfigsHook
public VerifyOverriddenConfigsHook()
run
public void run(HookContext hookContext)
- Specified by:
run
in interface ExecuteWithHookContext
- Parameters:
hookContext
- The hook context passed to each hooks.
Copyright © 2013 The Apache Software Foundation