org.apache.hadoop.hive.ql.security.authorization.plugin
Class DisallowTransformHook

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.authorization.plugin.DisallowTransformHook
All Implemented Interfaces:
ExecuteWithHookContext, Hook

public class DisallowTransformHook
extends Object
implements ExecuteWithHookContext


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

Constructor Detail

DisallowTransformHook

public DisallowTransformHook()
Method Detail

run

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


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