org.apache.hadoop.mapreduce.v2.app.speculate
Class DefaultSpeculator
java.lang.Object
org.apache.hadoop.service.AbstractService
org.apache.hadoop.mapreduce.v2.app.speculate.DefaultSpeculator
- All Implemented Interfaces:
- Closeable, Speculator, org.apache.hadoop.service.Service, org.apache.hadoop.yarn.event.EventHandler<SpeculatorEvent>
public class DefaultSpeculator
- extends org.apache.hadoop.service.AbstractService
- implements Speculator
| Nested classes/interfaces inherited from interface org.apache.hadoop.service.Service |
org.apache.hadoop.service.Service.STATE |
| Methods inherited from class org.apache.hadoop.service.AbstractService |
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, serviceInit, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStop |
DefaultSpeculator
public DefaultSpeculator(org.apache.hadoop.conf.Configuration conf,
AppContext context)
DefaultSpeculator
public DefaultSpeculator(org.apache.hadoop.conf.Configuration conf,
AppContext context,
org.apache.hadoop.yarn.util.Clock clock)
DefaultSpeculator
public DefaultSpeculator(org.apache.hadoop.conf.Configuration conf,
AppContext context,
TaskRuntimeEstimator estimator,
org.apache.hadoop.yarn.util.Clock clock)
serviceStart
protected void serviceStart()
throws Exception
- Overrides:
serviceStart in class org.apache.hadoop.service.AbstractService
- Throws:
Exception
serviceStop
protected void serviceStop()
throws Exception
- Overrides:
serviceStop in class org.apache.hadoop.service.AbstractService
- Throws:
Exception
handleAttempt
public void handleAttempt(TaskAttemptStatusUpdateEvent.TaskAttemptStatus status)
- Specified by:
handleAttempt in interface Speculator
eventQueueEmpty
public boolean eventQueueEmpty()
scanForSpeculations
public void scanForSpeculations()
statusUpdate
protected void statusUpdate(TaskAttemptStatusUpdateEvent.TaskAttemptStatus reportedStatus,
long timestamp)
- Absorbs one TaskAttemptStatus
- Parameters:
reportedStatus - the status report that we got from a task attempt
that we want to fold into the speculation data for this jobtimestamp - the time this status corresponds to. This matters
because statuses contain progress.
addSpeculativeAttempt
protected void addSpeculativeAttempt(org.apache.hadoop.mapreduce.v2.api.records.TaskId taskID)
handle
public void handle(SpeculatorEvent event)
- Specified by:
handle in interface org.apache.hadoop.yarn.event.EventHandler<SpeculatorEvent>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.