Functional
adjustments and behavioral updates for
Oozie are introduced in
Cloudera Runtime 7.3.2, its service packs, and cumulative hotfixes.
Cloudera Runtime 7.3.2
- Oozie capture-output will not fail for long input data
- Previous behavior:
Previously, the Oozie
capture-output
failed
if the input data
exceeded
the maximum allowed
length.
- New behavior:
Now, Oozie action works
correctly even if the output data
exceeds
the maximum allowed
length.
Instead,
Oozie
reads
only the first N
characters,
as defined
by
your
configuration,
from the output. To revert this
behavior,
set
the
oozie.servlet.CallbackServlet.fail.on.data.overflow
and oozie.action.fail.on.output.data.overflow
properties
to true in
the
oozie-site
advanced
configuration snippet.