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:
  1. On workflow level, use the new 0.4 schema version for your SSH action in your workflow.xml file and add the port XML element with the new value.
    Example
    <port>11100</port>
  2. On global level, add the oozie.action.ssh.action.port property to the oozie-site.xml safety-valve advanced 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.