Versions Compared

Key

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

...

  • BSPJobID
  • User id: See BSPJobContext.getUser() wherein configures via conf.get("user.name")
  • Job file: The path to job.xml. See BSPJobClient.submitJobInternal()
  • Job name: The name of this job.
  • JobStatus: Mainly JobStatus.State
  • superstepCount:
  • StartTime
  • FinishTime
  • numBSPTasks: the number of BSP tasks to be launched.
  • Tasks: actual TaskInProgresses are launchedActual launched TaskInProgresses according to numBSPTasks.
  • NumBspTasks: requested bsp tasks by client.

...