Java
Java APIs are provided by org.apache.oozie.client.OozieClient.
Item |
Description |
---|---|
public String run(Properties conf) |
Runs a job. |
public void start(String jobId) |
Starts the specified job. |
public String submit(Properties conf) |
Submits a job. |
public void kill(String jobId) |
Delete the specified job. |
public void suspend(String jobId) |
Suspends the specified job. |
public void resume(String jobId) |
Resumes the specified job. |
public WorkflowJob getJobInfo(String jobId) |
Obtains job information. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot