APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Apache Oozie
JobAction
Apache Oozie
· Schema
JobAction
A single action within a workflow job.
Workflow
Hadoop
Orchestration
Scheduling
Big Data
Apache
Java
Open 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