APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Apache Oozie
JobInfo
Apache Oozie
· Schema
JobInfo
Full information about a workflow, coordinator, or bundle job.
Workflow
Hadoop
Orchestration
Scheduling
Big Data
Apache
Java
Open 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