Apache Oozie · Schema

JobAction

A single action within a workflow job.

WorkflowHadoopOrchestrationSchedulingBig DataApacheJavaOpen Source

Properties

Name Type Description
id string Action identifier.
name string Action name as defined in the workflow.
type string Action type (map-reduce, pig, hive, etc.).
status string Current action status.
startTime string Action start timestamp.
endTime string Action end timestamp.
errorCode string Error code if the action failed.
errorMessage string Error message if the action failed.
View JSON Schema on GitHub