Apache Oozie · Schema

JobInfo

Full information about a workflow, coordinator, or bundle job.

WorkflowHadoopOrchestrationSchedulingBig DataApacheJavaOpen Source

Properties

Name Type Description
id string Job identifier.
appName string Application name from the workflow definition.
appPath string HDFS path to the workflow application.
status string Current job status.
user string User who submitted the job.
group string User group for the job.
startTime string Job start timestamp.
endTime string Job end timestamp (null if still running).
lastModTime string Last modification timestamp.
createdTime string Job creation timestamp.
run integer Run number for rerun tracking.
actions array List of actions within the job (workflow jobs only).
View JSON Schema on GitHub