| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.hooks | |
| org.apache.hadoop.hive.ql.reexec | |
| org.apache.hive.service.cli.operation |
| Modifier and Type | Method and Description |
|---|---|
static IDriver |
DriverFactory.newDriver(QueryState queryState,
String userName,
QueryInfo queryInfo) |
| Constructor and Description |
|---|
Driver(QueryState queryState,
String userName,
QueryInfo queryInfo) |
Driver(QueryState queryState,
String userName,
QueryInfo queryInfo,
HiveTxnManager txnMgr) |
| 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,
String userName,
QueryInfo queryInfo,
ArrayList<IReExecutionPlugin> plugins) |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
SQLOperation.getQueryInfo()
Get summary information of this SQLOperation for display in WebUI.
|
QueryInfo |
OperationManager.getQueryInfo(String handle) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryInfo> |
OperationManager.getHistoricalQueryInfos() |
List<QueryInfo> |
OperationManager.getLiveQueryInfos() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.