Fixed Issues in Livy

Review the list of Livy issues that are resolved in Cloudera Runtime 7.3.2, its service packs and cumulative hotfixes.

Cloudera Runtime 7.3.2.10000 SP1

CDPD-101584: Livy for Spark 3 trust store password on BCFKS clusters
7.3.2.10000 SP1
Fixed Livy for Spark 3 failures when the JVM default trust store is BCFKS and no trust store password is set. Livy supports livy.ssl.defaultTrustStorePassword, which sets javax.net.ssl.trustStorePassword on the Livy server JVM when needed. Cloudera Manager may set this property on managed clusters.
CDPD-107418: Livy jobs fail connecting to Hive Metastore over SSL on FIPS clusters
7.3.2.10000 SP1
Fixed SSL handshake failures when Livy Spark sessions connect to Hive Metastore on FIPS 140-3 clusters where the JVM trust store uses BCFKS.
CDPD-110467: Livy cluster-mode cloud storage access fails with empty credential provider path
7.3.2.10000 SP1
Fixed failures when Livy submits Spark jobs in cluster mode to read AWS S3, Azure ADLS, or Google Cloud Storage through Knox IDBroker after an empty hadoop.security.credential.provider.path was set in the Spark environment.

Cloudera Runtime 7.3.2.100 CHF 1

There are no fixed issues in this release.

Cloudera Runtime 7.3.2.0

Cloudera Runtime 7.3.2 resolves Livy issues and incorporates fixes from the service packs and cumulative hotfixes from 7.3.1.100 through 7.3.1.706. For a comprehensive record of all fixes in Cloudera Runtime 7.3.1.x, see Livy Fixed Issues.

CDPD-79344: Fixed Knox Gateway gzip exception with Livy HA mode
7.3.2.0
Fixed a bug in Knox Gateway's HA mode where gzip-encoded requests caused duplicated requests and unnecessary failovers. Gzip encoding is now handled more robustly, preventing the un-gzipping error and reducing unnecessary failovers.
CDPD-67187: Fixed missing JVM class imports for Spark
7.3.2.0
JVM classes are now imported during session initialization.
CDPD-63573: Zookeeper ACL support for Livy
7.3.2.0

Added Zookeeper ACL support to Livy's High Availability mode.

CDPD-49717: Fixed issue with Livy not starting if HDFS is still in safe mode
7.3.2.0
Added checks for HDFS safe mode status during Livy server restart, with retries controlled by livy.server.hdfs.safe-mode.interval and livy.server.hdfs.safe-mode.max.retry.attempts.
OPSAPS-69748: Update Ozone filesystem jar name in Livy classpath
7.3.2.0
Updated the Livy classpath to reflect the renamed Ozone filesystem jar.