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

Compare with Current View Page History

« Previous Version 326 Next »

Job Information

A job in general holds some basic information, including:

  • 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
  • MaxTaskAttempts: the max number of a task can attempt to run.
  • Tasks: actual TaskInProgresses are launched.
  • NumBspTasks: requested bsp tasks by client.

Job Status

A job status contains:

  • PREP
  • RUNNING
  • SUCCEEDED
  • FAILED
  • KILLED

  • No labels