|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionState.LogHelper | |
|---|---|
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| org.apache.hadoop.hive.ql.exec.mapjoin | |
| org.apache.hadoop.hive.ql.exec.mr | |
| org.apache.hadoop.hive.ql.io.rcfile.merge | |
| org.apache.hadoop.hive.ql.io.rcfile.truncate | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.processors | |
| org.apache.hadoop.hive.ql.session | |
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.exec |
|---|
| Fields in org.apache.hadoop.hive.ql.exec declared as SessionState.LogHelper | |
|---|---|
protected SessionState.LogHelper |
Task.console
|
| Methods in org.apache.hadoop.hive.ql.exec with parameters of type SessionState.LogHelper | |
|---|---|
void |
Task.setConsole(SessionState.LogHelper console)
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.exec.mapjoin |
|---|
| Constructors in org.apache.hadoop.hive.ql.exec.mapjoin with parameters of type SessionState.LogHelper | |
|---|---|
MapJoinMemoryExhaustionHandler(SessionState.LogHelper console,
double maxMemoryUsage)
Constructor expects a LogHelper object in addition to the max percent of heap memory which can be consumed before a MapJoinMemoryExhaustionException is thrown. |
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.exec.mr |
|---|
| Constructors in org.apache.hadoop.hive.ql.exec.mr with parameters of type SessionState.LogHelper | |
|---|---|
HadoopJobExecHelper(org.apache.hadoop.mapred.JobConf job,
SessionState.LogHelper console,
Task<? extends Serializable> task,
HadoopJobExecHook hookCallBack)
|
|
JobDebugger(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapred.RunningJob rj,
SessionState.LogHelper console)
|
|
JobDebugger(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapred.RunningJob rj,
SessionState.LogHelper console,
Map<String,List<List<String>>> stackTraces)
|
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.io.rcfile.merge |
|---|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type SessionState.LogHelper | |
|---|---|
static void |
RCFileMergeMapper.jobClose(org.apache.hadoop.fs.Path outputPath,
boolean success,
org.apache.hadoop.mapred.JobConf job,
SessionState.LogHelper console,
DynamicPartitionCtx dynPartCtx,
org.apache.hadoop.mapred.Reporter reporter)
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.io.rcfile.truncate |
|---|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type SessionState.LogHelper | |
|---|---|
static void |
ColumnTruncateMapper.jobClose(org.apache.hadoop.fs.Path outputPath,
boolean success,
org.apache.hadoop.mapred.JobConf job,
SessionState.LogHelper console,
DynamicPartitionCtx dynPartCtx,
org.apache.hadoop.mapred.Reporter reporter)
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.parse |
|---|
| Fields in org.apache.hadoop.hive.ql.parse declared as SessionState.LogHelper | |
|---|---|
protected SessionState.LogHelper |
TaskCompiler.console
|
protected SessionState.LogHelper |
BaseSemanticAnalyzer.console
|
| Methods in org.apache.hadoop.hive.ql.parse with parameters of type SessionState.LogHelper | |
|---|---|
void |
TezCompiler.init(HiveConf conf,
SessionState.LogHelper console,
Hive db)
|
void |
TaskCompiler.init(HiveConf conf,
SessionState.LogHelper console,
Hive db)
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.processors |
|---|
| Fields in org.apache.hadoop.hive.ql.processors declared as SessionState.LogHelper | |
|---|---|
static SessionState.LogHelper |
DfsProcessor.console
|
static SessionState.LogHelper |
DeleteResourceProcessor.console
|
static SessionState.LogHelper |
CompileProcessor.console
|
static SessionState.LogHelper |
AddResourceProcessor.console
|
| Uses of SessionState.LogHelper in org.apache.hadoop.hive.ql.session |
|---|
| Methods in org.apache.hadoop.hive.ql.session that return SessionState.LogHelper | |
|---|---|
static SessionState.LogHelper |
SessionState.getConsole()
initialize or retrieve console object for SessionState. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||