| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.history | |
| org.apache.hadoop.hive.ql.session |
| Modifier and Type | Method and Description |
|---|---|
int |
Task.executeTask(HiveHistory hiveHistory)
This method is called in the Driver on every task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HiveHistoryImpl
HiveHistory.
|
| Modifier and Type | Method and Description |
|---|---|
static HiveHistory |
HiveHistoryProxyHandler.getNoOpHiveHistoryProxy() |
| Modifier and Type | Field and Description |
|---|---|
protected HiveHistory |
SessionState.hiveHist |
| Modifier and Type | Method and Description |
|---|---|
HiveHistory |
SessionState.getHiveHistory()
get hiveHistory object which does structured logging.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.