Apache Oozie Workflow Orchestration
Workflow capability for orchestrating Hadoop data processing pipelines using Apache Oozie. Covers workflow, coordinator, and bundle job lifecycle management for data engineers and Hadoop pipeline operators running scheduled and event-driven data processing.
What You Can Do
MCP Tools
get-system-status
Get the current Apache Oozie system mode. Returns NORMAL, SAFEMODE, or NOWEBSERVICE.
get-system-config
Get Apache Oozie system configuration properties for troubleshooting and verification.
submit-workflow-job
Submit an Oozie workflow job to execute a Hadoop data pipeline. Pass an XML configuration with oozie.wf.application.path pointing to the HDFS workflow directory.
list-jobs
List Oozie jobs with optional filtering by user, status, job type (wf/coordinator/bundle), and pagination.
get-job-info
Get detailed information about a specific Oozie job including status, actions, and timeline.
get-job-log
Retrieve execution logs for a specific Oozie job for debugging and monitoring.
start-job
Start a submitted but not yet running Oozie job.
suspend-job
Suspend a running Oozie job, pausing execution until resumed.
resume-job
Resume a suspended Oozie job.
kill-job
Terminate an Oozie job immediately.
rerun-job
Rerun a completed or failed Oozie workflow job, optionally skipping specific nodes.
bulk-kill-jobs
Kill multiple Oozie jobs matching specified filter criteria.