Interface | Description |
---|---|
ExecuteWithHookContext |
ExecuteWithHookContext is a new interface that the Pre/Post Execute Hook can run with the HookContext.
|
Hook |
The new interface for all the pre execute hooks and post execute hooks
|
PostExecute |
The post execute hook interface.
|
PreExecute |
The pre execute hook interface.
|
Class | Description |
---|---|
CheckColumnAccessHook | |
CheckQueryPropertiesHook |
CheckQueryPropertiesHook.
|
CheckTableAccessHook | |
DriverTestHook | |
EnforceReadOnlyTables |
Implementation of a pre execute hook that prevents modifications
of read-only tables used by the test framework
|
Entity |
This class encapsulates an object that is being read or written to by the
query.
|
HookContext |
Hook Context keeps all the necessary information for all the hooks.
|
HookUtils | |
LineageInfo |
This class contains the lineage information that is passed
to the PreExecution hook.
|
LineageInfo.BaseColumnInfo |
Base Column information.
|
LineageInfo.DataContainer |
Table or Partition data container.
|
LineageInfo.Dependency |
This class tracks the dependency information for the base column.
|
LineageInfo.DependencyKey |
Class that captures the lookup key for the dependency.
|
LineageInfo.TableAliasInfo | |
MapJoinCounterHook | |
OptrStatGroupByHook | |
PostExecutePrinter |
Implementation of a post execute hook that simply prints out its parameters
to standard output.
|
PreExecutePrinter |
Implementation of a pre execute hook that simply prints out its parameters to
standard output.
|
ReadEntity |
This class encapsulates the information on the partition and tables that are
read by the query.
|
UpdateInputAccessTimeHook |
Implementation of a pre execute hook that updates the access
times for all the inputs.
|
UpdateInputAccessTimeHook.PreExec | |
VerifyCachingPrintStreamHook | |
VerifyContentSummaryCacheHook | |
VerifyHiveSortedInputFormatUsedHook | |
VerifyHooksRunInOrder |
VerifyHooksRunInOrder.
|
VerifyHooksRunInOrder.RunFirst | |
VerifyHooksRunInOrder.RunFirstDriverRunHook | |
VerifyHooksRunInOrder.RunFirstSemanticAnalysisHook | |
VerifyHooksRunInOrder.RunSecond | |
VerifyHooksRunInOrder.RunSecondDriverRunHook | |
VerifyHooksRunInOrder.RunSecondSemanticAnalysisHook | |
VerifyIsLocalModeHook | |
VerifyNumReducersHook |
VerifyNumReducersHook.
|
VerifyOutputTableLocationSchemeIsFileHook | |
VerifyOverriddenConfigsHook |
VerifyOverriddenConfigsHook.
|
VerifyPartitionIsNotSubdirectoryOfTableHook | |
VerifyPartitionIsSubdirectoryOfTableHook | |
VerifySessionStateLocalErrorsHook |
VerifySessionStateLocalErrorsHook.
|
VerifySessionStateStackTracesHook |
VerifySessionStateStackTracesHook.
|
VerifyTableDirectoryIsEmptyHook | |
WriteEntity |
This class encapsulates an object that is being written to by the query.
|
Enum | Description |
---|---|
Entity.Type |
The type of the entity.
|
HookContext.HookType | |
LineageInfo.DependencyType |
Enum to track dependency.
|
Copyright © 2012 The Apache Software Foundation