Behavioral changes denote a marked change in behavior from the previously released
version to this version of Oozie.
Cloudera Runtime 7.3.2
- Oozie capture-output will not fail for long input data
- Previous behavior:
Previously, the Oozie
capture-output used to fail if the input data was longer than the
maximum allowed length to be read.
- New behavior:
Now, Oozie action works
correctly even if the output data to be captured is longer than the
maximum allowed length to be read. Instead, Oozie will read the first N
(allowed by configuration) character from the output. To revert this
behaviour, set
oozie.servlet.CallbackServlet.fail.on.data.overflow
and oozie.action.fail.on.output.data.overflow
configurations to true in
oozie-site safety valve.