Oozie
You can review the list of reported issues and their fixes for Oozie in 7.3.1.200.
- CDPD-78069: Oozie action configuration's Java opts are not applied after CDPD-60551
-
Added the ability to configure a list of Hadoop properties that can be passed to the Oozie launcher configuration, if they are not already set in Oozie through
oozie.launcher.<hadoop property key>
or within its workflows.The default properties in this list are:
yarn.app.mapreduce.am.admin-command-opts
andyarn.app.mapreduce.am.command-opts
. These defaults can be overridden by setting a comma-separated list in theoozie.service.HadoopAccessorService.global.yarn.java-options-keys
property. Theoozie.LauncherConfigurationInjector.hadoop.search.properties
is now deprecated.