Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/3218
This PR has been tested against an Oozie 4.2.0 server instance in the
following conditions:
- Plaintext
- Plaintext + SSL
- Kerberos
- Kerberos + SSL
A very basic examples has been used:
https://github.com/apache/oozie/tree/branch-4.3/examples/src/main/apps/shell
Testing workflow:
https://gist.github.com/pvillard31/4a0a7b33dc27c11538cec0b5e80c0324
The workflow.xml from the Oozie repo must be pushed in HDFS in a directory
and that directory is used in the configuration of the processor. All the
properties given in the job.properties file from the Oozie repo must be passed
through the configuration of the processor or the attributes of the flow files.
---