Fixed Issues in Cloudera Runtime 7.2.17.600

You can review the list of reported issues and their fixes in Cloudera Runtime 7.2.17.600. This service pack was release on 29 Jul, 2024.

NIFI-11981: PublishGCPubSub failure on usage of Record-based processing
The processor PublishGCPubSub was updated to optionally provide FlowFile processing using a record-based strategy. When this option was used with an Avro record reader, there was an error in closing coding resources. This issue is now resolved and the record-based FlowFile is adjusted to properly close resources.
NIFI-11553: Add Batch Configuration and Record handling for GCP PubSub processors
Added batch configuration and record handling for GCP PubSub processors.
NIFI-11552: Support FlowFile attributes in PutIceberg's Table Name property
EL support is now added to FlowFile attributes in the PutIceberg's Table Name property.
NIFI-11538: PutIceberg does not correctly convert primitive source objects into target objects
Previously, when inserting data into an Iceberg table using the PutIceberg processor, if the incoming record field(s) being inserted had a different datatype than the target column type, the data was not converted automatically, and there was a ClassCastException error. This issue is now resolved.
OPSAPS-70648: Disable Real-time monitoring (RTM) flag by default for all roles in 7.2.17-SP6
Disabled the otelcol_should_collect_rtm_logs option by default, for all the roles.
OPSAPS-70419: The Livy3 server lacks necessary Iceberg configurations in spark-defaults.
Livy3 now has all the required Iceberg dependencies similar to Spark3.
OPSAPS-70417: [mow-int] Upgrade failed and was unable to start role for Livy service
Added upgrade handler for Livy to set Transport Layer Security (TLS) trust store configuration during an upgrade.
OPSAPS-70260: Set Hive token store default to DBTokenStore
Changed configuration for Hive to use DBTokenStore instead of MemoryTokenStore.
CDPD-70336: Disable basic auth for /api/atlas/admin/prometheus
Basic authorization is now disabled for Prometheus API to enable CDL to scrape metrics data.
CDPD-70004: IMPALA-12681 Some local file descriptors not released when using remote spilling
Fixed an issue where partially written temporary files were removed without releasing the file descriptors.
CDPD-68736: Upgraded OpenSearch to 1.3.15 due to CVE-2023-45807
Upgraded the OpenSearch version to 1.3.15 due to CVE-2023-45807.
CDPD-68692: Output from Hue shows NULL whereas Beeline works
Fixed the issue of misinterpreting certain returned values as NULL from the Thrift API.
CDPD-68642: MAPREDUCE-7474 [ABFS] Improve commit resilience and performance in Manifest Committer
Improved the commit resilience and performance in Manifest Committer of Azure Blob Filesystem (ABFS).
CDPD-68520: Upgraded Vertx to 4.5.7 due to CVE-2024-1300 and CVE-2024-1023
Upgraded the Vertx version to 4.5.7 due to CVE-2024-1300 and CVE-2024-1023.
CDPD-68278: HWC - Upgrade Netty to 4.1.108 due to CVE-2024-29025
Upgraded the Netty version to 4.1.108 due to CVE-2024-29025.
CDPD-67599: Impala - Upgraded PostgreSQL to 42.5.5/42.6.1/42.7.2 due to CVE-2024-1597
Upgraded the PostgreSQL version to 42.5.5/42.6.1/42.7.2 due to CVE-2024-1597.
CDPD-67226, CDPD-67222: Impala, Knox - Upgraded Spring Framework to 6.1.6/6.0.19/5.3.34 due to CVE-2024-22243, CVE-2024-22259 and CVE-2024-22262
Upgraded the Spring Framework version to 6.1.6/6.0.19/5.3.34 due to CVE-2024-22243, CVE-2024-22259 and CVE-2024-22262.
CDPD-67123: Upgraded Hibernate-Validator to 6.2.5 due to CVE-2023-1932
Upgraded the Hibernate-Validator version to 6.2.5 due to CVE-2023-1932.
CDPD-62164: Ranger backup should support different buckets
Ranger backup previously supported only one bucket. It now supports multiple buckets.
CDPD-57476: MAPREDUCE-7435. Manifest Committer OOM on ABFS
Manifest Committer was using too much memory in saveAsTable on the Azure Blob Filesystem (ABFS). This issue is now resolved.