forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2.8 KiB
2.8 KiB
Submitting a Java Job
Scenario
This section describes how to submit an Oozie job of the Java type on the Hue web UI.
Procedure
- Create a workflow. For details, see Creating a Workflow.
- On the workflow editing page, select
next to Java program and drag it to the operation area.
- In the Jar program window that is displayed, set the value of Jar name, for example, /user/admin/examples/apps/java-main/lib/oozie-examples-5.1.0.jar. Set the value of Main class, for example, org.apache.oozie.example.DemoJavaMain. Click Add.
- Click
in the upper right corner of the Oozie editor.
If you need to modify the job name before saving the job (default value: My Workflow), click the name directly for modification, for example, Java-Workflow.
- After the configuration is saved, click
, and submit the job.
After the job is submitted, you can view the related contents of the job, such as the detailed information, logs, and processes, on Hue.
Parent topic: Submitting a Workflow Job