org.apache.hadoop.hive.ql.hooks
Class CheckQueryPropertiesHook

java.lang.Object
  extended by org.apache.hadoop.hive.ql.hooks.CheckQueryPropertiesHook
All Implemented Interfaces:
ExecuteWithHookContext, Hook

public class CheckQueryPropertiesHook
extends Object
implements ExecuteWithHookContext

CheckQueryPropertiesHook. This hook prints the values in the QueryProperties object contained in the QueryPlan in the HookContext passed to the hook.


Constructor Summary
CheckQueryPropertiesHook()
           
 
Method Summary
 void run(HookContext hookContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckQueryPropertiesHook

public CheckQueryPropertiesHook()
Method Detail

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