Known issues in 7.1.9 SP1 CHF 3

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

The list of known issues for the Runtime release 7.1.9 SP1 CHF 3 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-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.
CDPD-70450: Impala SQL queries that include the “WITH” clause should populate lineage in Atlas
Impala SQL queries that do not use the WITH clause can show lineage in Atlas, but queries that do use the WITH clause cannot show lineage in Apache Atlas. Impala SQL queries using the WITH clause are not supported.
COMPX-18909:YARN NodeManagers potentially getting into unhealthy state caused by YARN-11709
A logic was introduced to mark the NodeManager unhealthy if the container-executor encounters an unrecoverable or configuration error. For example, if the container-executor script is missing from the configured place. There is an edge-case in this behaviour that, if the application is killed just before one of the containers is trying to access the localizer syslog file, an IOException occurs because the NodeManager has already deleted the application log directory. This IOException is then catched by the logic of CDPD-49702/YARN-11709, and the NodeManager is marked unhealthy incorrectly.
Restart the unhealthy NodeManager.