| Package | Description | 
|---|---|
| org.apache.tez.client | |
| org.apache.tez.dag.api | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TezClient.setHistoryLogLevel(HistoryLogLevel historyLogLevel)
Sets the history log level for this session. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static HistoryLogLevel | 
HistoryLogLevel.DEFAULT  | 
| Modifier and Type | Method and Description | 
|---|---|
static HistoryLogLevel | 
HistoryLogLevel.getLogLevel(org.apache.hadoop.conf.Configuration conf,
           HistoryLogLevel defaultValue)  | 
static HistoryLogLevel | 
HistoryLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HistoryLogLevel[] | 
HistoryLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HistoryLogLevel | 
HistoryLogLevel.getLogLevel(org.apache.hadoop.conf.Configuration conf,
           HistoryLogLevel defaultValue)  | 
DAG | 
DAG.setHistoryLogLevel(HistoryLogLevel historyLogLevel)
Set history log level for this DAG. 
 | 
boolean | 
HistoryLogLevel.shouldLog(HistoryLogLevel eventLevel)  | 
Copyright © 2018 Apache Software Foundation. All rights reserved.