Cloudera Manager 7.12.0.1000

Know more about the Cloudera Manager 7.12.0.1000 hotfix version which is a corresponding Cloudera Manager hotfix version for Cloudera Runtime 7.2.18.1000 service pack release.

This cumulative hotfix was released on June 4, 2025.

Following are the list of known issues and their corresponding workarounds for Cloudera Manager 7.12.0.1000 (version: 7.12.0.1000-66317008):
OPSAPS-72335: HDFS roles does not consume extra_jvm_opts
The extra_jvm_opts configuration in Cloudera Manager is not picked by the hdfs.sh script. Any operations performed using this script will not have access to the extra JVM options that might have been added. This does not affect HDFS service and anything performed directly in HDFS will have the extra opts applied.
None
Avoid using hdfs.sh script and prefer using HDFS commands directly. Alternatively if any command is absolutely required, you can modify the hdfs.sh script to directly include the necessary opts. For example, to add jdk.tls.maxHandshakeMessageSize option to the script before running com.cloudera.cmf.cdhclient.common.hdfs.CreateHdfsDirUtil command, run the following bash ciommand:
if [[ $(grep -c maxHandshakeMessageSize /opt/cloudera/cm-agent/service/hdfs/hdfs.sh) -eq 0 ]]
then
sed -i.bak 's|exec ${JAVA} ${MKDIR_JAVA_OPTS} -cp ${MKDIR_CLASSPATH} com.cloudera.cmf.cdhclient.common.hdfs.CreateHdfsDirUtil ${DIR} ${USER} ${GROUP} ${PERMS} ${MKDIR_FLAGS}|exec ${JAVA} ${MKDIR_JAVA_OPTS} -Djdk.tls.maxHandshakeMessageSize=262144 -cp ${MKDIR_CLASSPATH} com.cloudera.cmf.cdhclient.common.hdfs.CreateHdfsDirUtil ${DIR} ${USER} ${GROUP} ${PERMS} ${MKDIR_FLAGS}|' /opt/cloudera/cm-agent/service/hdfs/hdfs.sh
fi
This code snippet direct modifies the script to include the required options and can be further modified to add any number of such arguments as necessary.
Following are the list of fixed issues that were shipped for Cloudera Manager 7.12.0.1000 (version: 7.12.0.1000-66317008):
OPSAPS-73123: Ranger RMS server shows as healthy without being accessible
Ranger RMS service is not getting initialized due to some issues, but at the same time Ranger RMS service appears as healthy on Cloudera Manager.

The issue is fixed now. The changes to support Ranger RMS Canary, which can check for the availability of Ranger RMS and update the status on Cloudera Manager, have been added.

OPSAPS-73529: Backported the ability to disable ZooKeeper clientPort by allowing zero value
The user is now able to set 0 value (disable) to ZooKeeper's clientPort setting.
OPSAPS-73165: When Ranger is enabled, Telemetry Publisher fails to export Hive payloads from Data Hub due to the missing Ranger client dependencies in the Telemetry Publisher classpath.
This issue has been resolved by adding the necessary dependencies to the classpath.
OPSAPS-73370: Cloudera Observability does not report Spark workloads when Spark event log compression is enabled by setting spark.eventLog.compress enabled to true.
Cloudera Observability now accurately handles compressed event log files. This issue is now resolved.
OPSAPS-72978: The getUsersFromRanger API parameter truncates the user list after 200 items
The Cloudera Manager API endpoint v58/clusters/[***CLUSTER***]/services/[***SERVICE***]/commands/getUsersFromRanger API endpoint no longer truncates the list of returned users at 200 items.
OPSAPS-71459: Commands continue to run after Cloudera Manager restart
Some remote replication commands continue to run endlessly even after a Cloudera Manager restart operation. This issue is fixed.
Fixed Common Vulnerabilities and Exposures

Common Vulnerabilities and Exposures (CVE) that are fixed in Cloudera Manager 7.12.0.1000 hotfix.

CVEs Package Name
CVE-2022-45688 org.json
CVE-2024-53990 async-http-client
CVE-2023-33202 Bouncycastle
CVE-2024-34447 Bouncycastle
CVE-2024-29857 Bouncycastle
CVE-2024-30171 Bouncycastle
CVE-2023-33201 Bouncycastle
CVE-2024-30172 Bouncycastle
CVE-2023-34442 Apache Camel
CVE-2025-27636 Apache Camel
CVE-2023-5072 org.json
CVE-2022-1471 Snakeyaml
CVE-2024-47554 Commons-io

The repositories for Cloudera Manager 7.12.0.1000 are listed in the following table:

Table 1. Cloudera Manager 7.12.0.1000
Repository Type Repository Location
RHEL 8 Compatible Repository:
https://username:password@archive.cloudera.com/p/cm-public/7.12.0.1000-66317008/redhat8/yum
Repository File:
https://username:password@archive.cloudera.com/p/cm-public/7.12.0.1000-66317008/redhat8/yum/cloudera-manager.repo