What's New in Oozie

Learn about the new features of Oozie in Cloudera Runtime 7.3.2, its service packs and cumulative hotfixes.

Cloudera Runtime 7.3.2

Oozie SSH action port is configurable
The Oozie SSH action port always uses the default port number 22. The default behaviour is still the same. But, you can change the port number using the following methods:
  1. Use the new 0.4 schema version for your SSH action in your workflow.xml and add the port XML element with the new value.
    Example
    <port>11100</port>
  2. Set the port number globally by adding the following oozie-site.xml safety-valve in Cloudera Manager with the new value.
    Example,
    "oozie.action.ssh.action.port: 11100"

If you set both the options, then the value set in the workflow.xml takes precedence and the port with the new port number should open in the target host.