Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

int maxTaskAttempts;

String jobName;

BSPJobID jobId;

BSPMaster master;//only store job info.

Wiki Markup
  private BSPJobID jobId;
  final BSPMaster master;
  [TaskInProgress] tasks\[\] = new [TaskInProgress]\[0\];
  private 

long superstepCounter;

Counters counters; //See Counters In Action

int numBSPTasks = 0;

int clusterSize;

String jobSplit;

JobProifile

String user

BSPJobID jobid// redundant.

String jobFile// redundant.

String jobName// redundant.

JobStatus

BSPJobID jobid;

long progress; // % of bsp()

...

State state;// runState in enum

int runState; // redudantredundant.

long startTime;// redundant.

String schedulingInfo = "NA"; // no use

String user; // redudantredundant.

long superstepCount;// redudant to superstepCounter.

String name; // no use

int tasks;

long finishTime; // redundant.

Counters counter;// redundant.