|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HiveTxnManager | |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| org.apache.hadoop.hive.ql.exec.mr | |
| org.apache.hadoop.hive.ql.exec.tez | |
| org.apache.hadoop.hive.ql.lockmgr | Hive Lock Manager interfaces and some custom implmentations |
| Uses of HiveTxnManager in org.apache.hadoop.hive.ql |
|---|
| Fields in org.apache.hadoop.hive.ql declared as HiveTxnManager | |
|---|---|
protected HiveTxnManager |
Context.hiveTxnManager
|
| Methods in org.apache.hadoop.hive.ql that return HiveTxnManager | |
|---|---|
HiveTxnManager |
Context.getHiveTxnManager()
|
| Methods in org.apache.hadoop.hive.ql with parameters of type HiveTxnManager | |
|---|---|
void |
Context.setHiveTxnManager(HiveTxnManager txnMgr)
|
| Uses of HiveTxnManager in org.apache.hadoop.hive.ql.exec |
|---|
| Constructors in org.apache.hadoop.hive.ql.exec with parameters of type HiveTxnManager | |
|---|---|
Heartbeater(HiveTxnManager txnMgr,
org.apache.hadoop.conf.Configuration conf)
|
|
| Uses of HiveTxnManager in org.apache.hadoop.hive.ql.exec.mr |
|---|
| Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type HiveTxnManager | |
|---|---|
int |
HadoopJobExecHelper.progress(org.apache.hadoop.mapred.RunningJob rj,
org.apache.hadoop.mapred.JobClient jc,
HiveTxnManager txnMgr)
|
| Uses of HiveTxnManager in org.apache.hadoop.hive.ql.exec.tez |
|---|
| Methods in org.apache.hadoop.hive.ql.exec.tez with parameters of type HiveTxnManager | |
|---|---|
int |
TezJobMonitor.monitorExecution(org.apache.tez.dag.api.client.DAGClient dagClient,
HiveTxnManager txnMgr,
HiveConf conf)
monitorExecution handles status printing, failures during execution and final status retrieval. |
| Uses of HiveTxnManager in org.apache.hadoop.hive.ql.lockmgr |
|---|
| Classes in org.apache.hadoop.hive.ql.lockmgr that implement HiveTxnManager | |
|---|---|
class |
DbTxnManager
An implementation of HiveTxnManager that stores the transactions in the metastore database. |
| Methods in org.apache.hadoop.hive.ql.lockmgr that return HiveTxnManager | |
|---|---|
HiveTxnManager |
TxnManagerFactory.getTxnManager(HiveConf conf)
Create a new transaction manager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||