org.apache.hadoop.hive.ql.hooks
Interface ExecuteWithHookContext

All Superinterfaces:
Hook
All Known Implementing Classes:
ATSHook, DisallowTransformHook, EnforceReadOnlyTables, PostExecutePrinter, PreExecutePrinter

public interface ExecuteWithHookContext
extends Hook

ExecuteWithHookContext is a new interface that the Pre/Post Execute Hook can run with the HookContext.


Method Summary
 void run(HookContext hookContext)
           
 

Method Detail

run

void run(HookContext hookContext)
         throws Exception
Parameters:
hookContext - The hook context passed to each hooks.
Throws:
Exception


Copyright © 2014 The Apache Software Foundation. All rights reserved.