Shell
| Command | Parameter | Meaning |
|---|---|---|
| oozie version | - | The version information |
| oozie job | -config <arg> | Indicates the path to the job configuration file job.properties. |
| -oozie <arg> | Indicates the Oozie server address. | |
| -haconfig <arg> | Indicates the path to the Oozie service configuration file oozie-site.xml. | |
| -run | Runs a job. | |
| -start <arg> | Starts a specified job. | |
| -submit | Submits a job. | |
| -kill <arg> | Deletes a specified job. | |
| -suspend <arg> | Suspends a specified job. | |
| -resume <arg> | Resumes a specified job. | |
| -D <property=value> | Sets a property. | |
| oozie admin | -oozie <arg> | Indicates the Oozie server address. |
| -status | Indicates the service status of the Oozie service. |
The Oozie command and other parameters can be found in the following address: https://oozie.apache.org/docs/5.1.0/DG_CommandLineTool.html.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.