Package | Description |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.hooks | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.security.authorization.plugin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hive.hcatalog.cli.SemanticAnalysis | |
org.apache.hive.service.cli.session |
Modifier and Type | Interface and Description |
---|---|
interface |
HiveDriverRunHook
HiveDriverRunHook allows Hive to be extended with custom
logic for processing commands.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ATSHook
ATSHook sends query + plan info to Yarn App Timeline Server.
|
class |
DriverTestHook |
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.
|
class |
Redactor |
static class |
UpdateInputAccessTimeHook.PreExec |
Modifier and Type | Method and Description |
---|---|
static <T extends Hook> |
HookUtils.getHooks(HiveConf conf,
HiveConf.ConfVars hookConfVar,
Class<T> clazz)
Returns the hooks specified in a configuration variable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HiveSemanticAnalyzerHook
HiveSemanticAnalyzerHook allows Hive to be extended with custom
logic for semantic analysis of QL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSemanticAnalyzerHook |
Modifier and Type | Class and Description |
---|---|
class |
DisallowTransformHook |
Modifier and Type | Class and Description |
---|---|
class |
HCatSemanticAnalyzer |
class |
HCatSemanticAnalyzerBase
Base class for HCatSemanticAnalyzer hooks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HiveSessionHook
HiveSessionHook.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.