| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.hooks | |
| org.apache.hadoop.hive.ql.reexec |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
DriverContext.getQueryInfo() |
| Modifier and Type | Method and Description |
|---|---|
static IDriver |
DriverFactory.newDriver(QueryState queryState,
QueryInfo queryInfo) |
| Constructor and Description |
|---|
Driver(QueryState queryState,
QueryInfo queryInfo) |
Driver(QueryState queryState,
QueryInfo queryInfo,
HiveTxnManager txnManager) |
DriverContext(QueryState queryState,
QueryInfo queryInfo,
HookRunner hookRunner,
HiveTxnManager initTxnManager) |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
HookContext.getQueryInfo() |
| Constructor and Description |
|---|
HookContext(QueryPlan queryPlan,
QueryState queryState,
Map<String,org.apache.hadoop.fs.ContentSummary> inputPathToContentSummary,
String userName,
String ipAddress,
String hiveInstanceAddress,
String operationId,
String sessionId,
String threadId,
boolean isHiveServerQuery,
PerfLogger perfLogger,
QueryInfo queryInfo) |
PrivateHookContext(QueryPlan queryPlan,
QueryState queryState,
Map<String,org.apache.hadoop.fs.ContentSummary> inputPathToContentSummary,
String userName,
String ipAddress,
String hiveInstanceAddress,
String operationId,
String sessionId,
String threadId,
boolean isHiveServerQuery,
PerfLogger perfLogger,
QueryInfo queryInfo,
Context ctx) |
| Constructor and Description |
|---|
ReExecDriver(QueryState queryState,
QueryInfo queryInfo,
List<IReExecutionPlugin> plugins) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.