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

Packages that use ExecuteWithHookContext
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.security.authorization.plugin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ExecuteWithHookContext in org.apache.hadoop.hive.ql.hooks
 

Classes in org.apache.hadoop.hive.ql.hooks that implement ExecuteWithHookContext
 class EnforceReadOnlyTables
          Implementation of a pre execute hook that prevents modifications of read-only tables used by the test framework
 class PostExecutePrinter
          Implementation of a post execute hook that simply prints out its parameters to standard output.
 class PreExecutePrinter
          Implementation of a pre execute hook that simply prints out its parameters to standard output.
 

Uses of ExecuteWithHookContext in org.apache.hadoop.hive.ql.security.authorization.plugin
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin that implement ExecuteWithHookContext
 class DisallowTransformHook
           
 



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