Known issues in 7.1.9 SP1 CHF 5

You must be aware of the known issues and limitations, the areas of impact, and workaround in Cloudera Runtime 7.1.9 SP1 CHF 5.

The list of known issues for the Runtime release 7.1.9 SP1 CHF 5 includes the known issues from Runtime release 7.1.9 SP1. For more information, see Known issues in Cloudera Runtime 7.1.9 SP1.

CDPD-49323: INSERT statement does not respect Ranger policies for HDFS
In a cluster with Ranger auth (and with legacy catalog mode), even if you provide RWX to cm_hdfs -> all-path for the user impala, inserting into a table whose HDFS POSIX permissions happen to exclude impala access will result in AnalysisException: Unable to INSERT into target table (default.t1) because Impala does not have WRITE access to HDFS location: hdfs://XXXXXXXXXXXX

Apache Jira: IMPALA-11871

CDPD-78069: Oozie action configuration's Java options are not applied due to CDPD-60551
Java options configured in workflow xml's action configurations such as yarn.app.mapreduce.am.command-opts and mapreduce.map.java.opts are not applied to the Oozie Launcher AM's JVM.
  1. Go to Cloudera Manager > Oozie > Configuration.
  2. Search for Oozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xml.
  3. In the Oozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xml, add the following line:
    <name>oozie.LauncherConfigurationInjector.hadoop.search.properties</name><value> </value>
  4. Restart Oozie.
CDPD-77054: Exporting shell entities can cause the import to fail
For Apache Hive tables created with Apache Spark, there may be shell entities created in Apache Atlas. If these entities are in the export zip file before they are resolved, the import will fail.
Workaround: None
CDPD-75742: Upgrade commons-lang3 to 3.13.0
The Commons-text 1.11.0 in Spark calls Range.of(..) method of commons-lang3 which is not available in the version 3.12.0, resulting in Oozie-Spark job failure.
Upgrade to commons-lang3 version 3.13.0 which contains the required method.