Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove link to Class JobProfile

...

Name

Description

status

A JSON object containing the job status information. See the Hadoop documentation (Class JobStatus) for more information.

profile

A JSON object containing the job profile information. WebHCat passes along the information in the JobProfile object, which is subject to change from one Hadoop version to another. See the Hadoop documentation (Class JobProfile) API docs) for org.apache.hadoop.mapred.JobProfile for more information.

id

The job ID.

parentId

The parent job ID.

percentComplete

The job completion percentage, for example "75% complete".

exitValue

The job's exit value.

user

User name of the job creator.

callback

The callback URL, if any.

completed

A string representing completed status, for example "done".

...