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

Compare with Current View Page History

« Previous Version 38 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

Boolean failed = false;

int NUM_ATTEMPTS_PER_RESTART = 1000;

String jobFile = null;// defined in JobInProgress.

int partition;

TaskID id;

JobInProgress job;// TaskInProgress is contained within JobInProgress.

int completes = 0;// change to Boolean. so it also indicates if this task successes.

GroomServerStatus myGroomStatus;

String groom; // to which groom this task belongs.

long startTime = -1;

private int successEventNumber = -1;

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

  • No labels