Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "JobInformation" page has been changed by ChiaHungLin: https://wiki.apache.org/hama/JobInformation?action=diff&rev1=51&rev2=52 <<TableOfContents(5)>> - == Job Information == + == Fields == A job, derived from JobInProgress, in general holds some basic information, including: * jobId: [[BSPJobID|BSPJobID]]. The id of this job. @@ -36, +36 @@ * startTime: System.currentTimeMillis(). default -1. * RawSplit: The ''i''th RawSplit if RawSplit is not null - == Job Status == + == State == A job status contains: * PREP: This status is started when a job is created until all tasks are dispatched to groom servers. @@ -45, +45 @@ * RUNNING: When tasks are executed in GroomServers. * SUCCEEDED: When '''all''' tasks are in the '''SUCCEEDED''' state. * FAILED: When one or more tasks exceed its '''max attempt''' - * KILLED: User/ Admin issues a kill command. + * CANCELLED: User/ Admin issues a cancel command. {{attachment:job_status.png}}
