You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

TaskInProgress // All information should be exported to monitor system.

Configuration conf;// defined in JobInProgress.

static final int MAX_TASK_EXECS = 1;// defined in JobInProgress.

int maxTaskAttempts = 4;// defined in JobInProgress

-AtomicBoolean failed = new AtomicBoolean(false); -

int NUM_ATTEMPTS_PER_RESTART = 1000;

private String jobFile = null;

private int partition;

private TaskID id;

private JobInProgress job;

private int completes = 0;

private GroomServerStatus myGroomStatus = null;

private long startTime = 0;

private int successEventNumber = -1;

// The 'next' usable taskid of this tip
int nextTaskId = 0;

  • No labels