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

Packages that use Hook
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.parse   
org.apache.hive.service.cli.session   
 

Uses of Hook in org.apache.hadoop.hive.ql
 

Subinterfaces of Hook in org.apache.hadoop.hive.ql
 interface HiveDriverRunHook
          HiveDriverRunHook allows Hive to be extended with custom logic for processing commands.
 

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

Subinterfaces of Hook in org.apache.hadoop.hive.ql.hooks
 interface ExecuteWithHookContext
          ExecuteWithHookContext is a new interface that the Pre/Post Execute Hook can run with the HookContext.
 interface PostExecute
          The post execute hook interface.
 interface PreExecute
          The pre execute hook interface.
 

Classes in org.apache.hadoop.hive.ql.hooks that implement Hook
 class CheckColumnAccessHook
           
 class CheckQueryPropertiesHook
          CheckQueryPropertiesHook.
 class CheckTableAccessHook
           
 class DriverTestHook
           
 class EnforceReadOnlyTables
          Implementation of a pre execute hook that prevents modifications of read-only tables used by the test framework
 class MapJoinCounterHook
           
 class OptrStatGroupByHook
           
 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.
static class UpdateInputAccessTimeHook.PreExec
           
 class VerifyCachingPrintStreamHook
           
 class VerifyContentSummaryCacheHook
           
 class VerifyHiveSortedInputFormatUsedHook
           
static class VerifyHooksRunInOrder.RunFirst
           
static class VerifyHooksRunInOrder.RunFirstDriverRunHook
           
static class VerifyHooksRunInOrder.RunFirstSemanticAnalysisHook
           
static class VerifyHooksRunInOrder.RunSecond
           
static class VerifyHooksRunInOrder.RunSecondDriverRunHook
           
static class VerifyHooksRunInOrder.RunSecondSemanticAnalysisHook
           
 class VerifyIsLocalModeHook
           
 class VerifyNumReducersHook
          VerifyNumReducersHook.
 class VerifyOutputTableLocationSchemeIsFileHook
           
 class VerifyOverriddenConfigsHook
          VerifyOverriddenConfigsHook.
 class VerifyPartitionIsNotSubdirectoryOfTableHook
           
 class VerifyPartitionIsSubdirectoryOfTableHook
           
 class VerifySessionStateLocalErrorsHook
          VerifySessionStateLocalErrorsHook.
 class VerifySessionStateStackTracesHook
          VerifySessionStateStackTracesHook.
 class VerifyTableDirectoryIsEmptyHook
           
 

Methods in org.apache.hadoop.hive.ql.hooks with type parameters of type Hook
static
<T extends Hook>
List<T>
HookUtils.getHooks(HiveConf conf, HiveConf.ConfVars hookConfVar, Class<T> clazz)
          Returns the hooks specified in a configuration variable.
 

Uses of Hook in org.apache.hadoop.hive.ql.metadata
 

Classes in org.apache.hadoop.hive.ql.metadata that implement Hook
 class DummySemanticAnalyzerHook
           
 class DummySemanticAnalyzerHook1
           
 

Uses of Hook in org.apache.hadoop.hive.ql.parse
 

Subinterfaces of Hook in org.apache.hadoop.hive.ql.parse
 interface HiveSemanticAnalyzerHook
          HiveSemanticAnalyzerHook allows Hive to be extended with custom logic for semantic analysis of QL statements.
 

Classes in org.apache.hadoop.hive.ql.parse that implement Hook
 class AbstractSemanticAnalyzerHook
           
 

Uses of Hook in org.apache.hive.service.cli.session
 

Subinterfaces of Hook in org.apache.hive.service.cli.session
 interface HiveSessionHook
          HiveSessionHook.
 

Classes in org.apache.hive.service.cli.session that implement Hook
static class TestSessionHooks.SessionHookTest
           
 



Copyright © 2012 The Apache Software Foundation