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

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

public class VerifyHiveSortedInputFormatUsedHook
extends Object
implements ExecuteWithHookContext


Constructor Summary
VerifyHiveSortedInputFormatUsedHook()
           
 
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

VerifyHiveSortedInputFormatUsedHook

public VerifyHiveSortedInputFormatUsedHook()
Method Detail

run

public void run(HookContext hookContext)
Specified by:
run in interface ExecuteWithHookContext
Parameters:
hookContext - The hook context passed to each hooks.


Copyright © 2011 The Apache Software Foundation