Updated on 2023-04-28 GMT+08:00

Oozie on Hue

Hue provides the Oozie job manager function, in this case, you can use Oozie in GUI mode.

The Hue page is used to view and analyze data such as files and tables. Do not perform high-risk management operations such as deleting objects on the page. If an operation is required, you are advised to perform the operation on each component after confirming that the operation has no impact on services. For example, you can use the HDFS client to perform operations on HDFS files and use the Hive client to perform operations on Hive tables.

How to Use Oozie Job Designer

Access the Hue web UI. For details, see Accessing the Hue Web UI.

In the navigation tree on the left, click and choose Workflow.

The job designer allows users to create MapReduce, Java, Streaming, Fs, SSH, Shell and DistCp jobs.

How to Use Dashboard

Access the Hue web UI.

Click Jobs in the upper right corner. The Job Browser page is displayed.

View the running status of the Workflow, Coordinator, and Bundles jobs.

How to Use Editor

Access the Hue web UI. For details, see Accessing the Hue Web UI.

In the navigation tree on the left, click and choose Workflow.

Workflows, Schedule, and Bundle tasks can be created. Existing applications can be submitted for running, shared, copied, and exported.

  • Each Workflow can contain one or more jobs to form a complete workflow for a specified service.

    When creating a Workflow, you can design jobs in the Hue editor and add the jobs to the Workflow.

  • Each Schedule can define a time trigger to periodically execute a specified Workflow. One time trigger cannot execute multiple Workflows.
  • Each Bundles can define a set to execute multiple Schedules so that different Workflows can be executed in batches.