Versions Compared

Key

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

JobInProgress // Information contained within JobInProgress should be exported to monitor system.

Path jobFile;

Path localJobFile;

...

int maxTaskAttempts;

String jobName;

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

...

int tasks;

long finishTime;

Counters counter; // information should be exported as metrics. //See Counters In Action redundant.