How to create an Oozie workflow using a soothing rather than an editor interface?

Usually we create an oozie workflow using the editor interface, for example:

enter image description here

The workflow can also be exported to a json file and imported also to a json file. Can someone tell me there is a way to import / create a workflow with a json file and reassure (using python, java, C ++ or any other language).

+4
source share
1 answer

When I create a new workflow, I specify the "HDFS deployment directory" .editor and remove the need to manually edit the XML. Romny.

-1
source

Source: https://habr.com/ru/post/1667634/


All Articles