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 | Class and Description |
---|---|
class |
AMStartedEvent
Event to record start of a task attempt
|
class |
JobFinishedEvent
Event to record successful completion of job
|
class |
JobInfoChangeEvent
Event to record changes in the submit and launch time of
a job
|
class |
JobInitedEvent
Event to record the initialization of a job
|
class |
JobPriorityChangeEvent
Event to record the change of priority of a job
|
class |
JobStatusChangedEvent
Event to record the change of status for a job
|
class |
JobSubmittedEvent
Event to record the submission of a job
|
class |
JobUnsuccessfulCompletionEvent
Event to record Failed and Killed completion of jobs
|
class |
MapAttemptFinishedEvent
Event to record successful completion of a map attempt
|
class |
NormalizedResourceEvent
Event to record the normalized map/reduce requirements.
|
class |
ReduceAttemptFinishedEvent
Event to record successful completion of a reduce attempt
|
class |
TaskAttemptFinishedEvent
Event to record successful task completion
|
class |
TaskAttemptStartedEvent
Event to record start of a task attempt
|
class |
TaskAttemptUnsuccessfulCompletionEvent
Event to record unsuccessful (Killed/Failed) completion of task attempts
|
class |
TaskFailedEvent
Event to record the failure of a task
|
class |
TaskFinishedEvent
Event to record the successful completion of a task
|
class |
TaskStartedEvent
Event to record the start of a task
|
class |
TaskUpdatedEvent
Event to record updates to a task
|
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
JobHistoryEvent.getHistoryEvent() |
HistoryEvent |
EventReader.getNextEvent()
Get the next event from the stream
|
Modifier and Type | Method and Description |
---|---|
void |
JobHistoryCopyService.handleEvent(HistoryEvent event) |
void |
HistoryEventHandler.handleEvent(HistoryEvent event) |
void |
JobHistoryParser.handleEvent(HistoryEvent event) |
void |
JobHistoryEventHandler.processEventForJobSummary(HistoryEvent event,
JobSummary summary,
JobId jobId) |
Constructor and Description |
---|
JobHistoryEvent(JobId jobID,
HistoryEvent historyEvent) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
Hadoop20JHParser.nextEvent() |
HistoryEvent |
CurrentJHParser.nextEvent() |
HistoryEvent |
JobHistoryParser.nextEvent()
Get the next
HistoryEvent |
Modifier and Type | Method and Description |
---|---|
void |
TopologyBuilder.process(HistoryEvent event)
Process one
HistoryEvent |
void |
JobBuilder.process(HistoryEvent event)
Process one
HistoryEvent |
Copyright © 2013 Apache Software Foundation. All rights reserved.