org.apache.hadoop.hive.ql.hooks
Class VerifySessionStateStackTracesHook
java.lang.Object
org.apache.hadoop.hive.ql.hooks.VerifySessionStateStackTracesHook
- All Implemented Interfaces:
- ExecuteWithHookContext, Hook
public class VerifySessionStateStackTracesHook
- extends Object
- implements ExecuteWithHookContext
VerifySessionStateStackTracesHook.
Writes the first line of each stack trace collected to the console, to either verify stack
traces were or were not collected.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifySessionStateStackTracesHook
public VerifySessionStateStackTracesHook()
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