What's New in Oozie
New features and functional updates for Oozie are introduced in Cloudera Runtime 7.3.2, its service packs and cumulative hotfixes.
Cloudera Runtime 7.3.2
- Configurable Oozie SSH action port
- You can configure the port number for Oozie SSH actions. While the default
port number remains 22, you can override this value using the following
methods:
- On workflow level, use the new 0.4 schema version for your SSH
action in your workflow.xml file and add the
portXML element with the new value.Example<port>11100</port> - On global level, add the
oozie.action.ssh.action.portproperty to theOozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xmladvanced configuration snippet in Cloudera Manager.Example"oozie.action.ssh.action.port: 11100"
If you set both options, then the value defined in the workflow.xml file takes precedence. Ensure that the port with the new port number opens in the target host.
- On workflow level, use the new 0.4 schema version for your SSH
action in your workflow.xml file and add the
