Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory | |
org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
Modifier and Type | Field and Description |
---|---|
JhCounters |
TaskAttemptFinished.counters
Deprecated.
|
JhCounters |
MapAttemptFinished.counters
Deprecated.
|
JhCounters |
TaskAttemptUnsuccessfulCompletion.counters
Deprecated.
|
JhCounters |
ReduceAttemptFinished.counters
Deprecated.
|
JhCounters |
TaskFailed.counters
Deprecated.
|
JhCounters |
TaskFinished.counters
Deprecated.
|
JhCounters |
JobFinished.mapCounters
Deprecated.
|
JhCounters |
JobFinished.reduceCounters
Deprecated.
|
JhCounters |
JobFinished.totalCounters
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JhCounters |
JhCounters.Builder.build() |
JhCounters |
TaskAttemptFinished.getCounters()
Gets the value of the 'counters' field.
|
JhCounters |
TaskAttemptFinished.Builder.getCounters()
Gets the value of the 'counters' field
|
JhCounters |
MapAttemptFinished.getCounters()
Gets the value of the 'counters' field.
|
JhCounters |
MapAttemptFinished.Builder.getCounters()
Gets the value of the 'counters' field
|
JhCounters |
TaskAttemptUnsuccessfulCompletion.getCounters()
Gets the value of the 'counters' field.
|
JhCounters |
TaskAttemptUnsuccessfulCompletion.Builder.getCounters()
Gets the value of the 'counters' field
|
JhCounters |
ReduceAttemptFinished.getCounters()
Gets the value of the 'counters' field.
|
JhCounters |
ReduceAttemptFinished.Builder.getCounters()
Gets the value of the 'counters' field
|
JhCounters |
TaskFailed.getCounters()
Gets the value of the 'counters' field.
|
JhCounters |
TaskFailed.Builder.getCounters()
Gets the value of the 'counters' field
|
JhCounters |
TaskFinished.getCounters()
Gets the value of the 'counters' field.
|
JhCounters |
TaskFinished.Builder.getCounters()
Gets the value of the 'counters' field
|
JhCounters |
JobFinished.getMapCounters()
Gets the value of the 'mapCounters' field.
|
JhCounters |
JobFinished.Builder.getMapCounters()
Gets the value of the 'mapCounters' field
|
JhCounters |
JobFinished.getReduceCounters()
Gets the value of the 'reduceCounters' field.
|
JhCounters |
JobFinished.Builder.getReduceCounters()
Gets the value of the 'reduceCounters' field
|
JhCounters |
JobFinished.getTotalCounters()
Gets the value of the 'totalCounters' field.
|
JhCounters |
JobFinished.Builder.getTotalCounters()
Gets the value of the 'totalCounters' field
|
Modifier and Type | Method and Description |
---|---|
static JhCounters.Builder |
JhCounters.newBuilder(JhCounters other)
Creates a new JhCounters RecordBuilder by copying an existing JhCounters instance
|
void |
TaskAttemptFinished.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
TaskAttemptFinished.Builder |
TaskAttemptFinished.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
void |
MapAttemptFinished.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
void |
TaskAttemptUnsuccessfulCompletion.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
TaskAttemptUnsuccessfulCompletion.Builder |
TaskAttemptUnsuccessfulCompletion.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
void |
ReduceAttemptFinished.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
ReduceAttemptFinished.Builder |
ReduceAttemptFinished.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
void |
TaskFailed.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
TaskFailed.Builder |
TaskFailed.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
void |
TaskFinished.setCounters(JhCounters value)
Sets the value of the 'counters' field.
|
TaskFinished.Builder |
TaskFinished.Builder.setCounters(JhCounters value)
Sets the value of the 'counters' field
|
void |
JobFinished.setMapCounters(JhCounters value)
Sets the value of the 'mapCounters' field.
|
JobFinished.Builder |
JobFinished.Builder.setMapCounters(JhCounters value)
Sets the value of the 'mapCounters' field
|
void |
JobFinished.setReduceCounters(JhCounters value)
Sets the value of the 'reduceCounters' field.
|
JobFinished.Builder |
JobFinished.Builder.setReduceCounters(JhCounters value)
Sets the value of the 'reduceCounters' field
|
void |
JobFinished.setTotalCounters(JhCounters value)
Sets the value of the 'totalCounters' field.
|
JobFinished.Builder |
JobFinished.Builder.setTotalCounters(JhCounters value)
Sets the value of the 'totalCounters' field
|
Modifier and Type | Method and Description |
---|---|
void |
LoggedTaskAttempt.incorporateCounters(JhCounters counters) |
void |
ParsedTask.incorporateCounters(JhCounters counters) |
void |
ParsedTaskAttempt.incorporateCounters(JhCounters counters)
incorporate event counters
|
void |
LoggedTask.incorporateCounters(JhCounters counters) |
Copyright © 2013 Apache Software Foundation. All rights reserved.