Fixed Issues in Oozie

Review the list of Oozie issues that are resolved in Cloudera Runtime 7.3.1.

CDPD-70422: Cannot enforce Oozie parameter oozie.http.hostname
A new property named oozie.http.hostname.override is now introduced to specify the interface that the Oozie Server must be using.
CDPD-71117: Oozie server does not pass action start time to action conf causes a restarting launcher doesn't find child apps
Whenever Yarn restarted the Oozie Launcher AM, Oozie could not find the previously started child jobs due to a missing original start timestamp from the Oozie Server. And the previously started child Jobs were not terminated when the Launcher AM was restarted. This issue is now resolved.
CDPD-48664: Retry mechanism anomaly in Oozie with High Availability enabled
There was an issue with the retry mechanism in Oozie when High Availability was enabled. This issue is now resolved.
CDPD-49745: Expand app_path column in *_JOBS tables to allow HDFS paths longer than 255 characters
The APP_PATH column now supports storing paths longer than 255 characters.