Fixed Issues in Hive
Review the list of Hive issues that are resolved in Cloudera Runtime 7.3.1.
Cloudera Runtime 7.3.1.300 SP1 CHF 1
- CDPD-64950: Deadlock during Spark shutdown due to duplicate transaction cleanup
- 7.3.1.300
- CDPD-78334: Support custom delimiter in SkippingTextInputFormat
- 7.3.1.300
- CDPD-79237: Hive Metastore schema upgrade fails due to NULL values
- 7.3.1.300
Cloudera Runtime 7.3.1.200 SP1
- CDPD-78342/CDPD-72605: Optimized partition authorization in HiveMetaStore to reduce overhead
- 7.3.1.200
- CDPD-77990: Upgraded MySQL Connector/J to 8.2.0 to fix CVE-2023-22102
- 7.3.1.200
- CDPD-62654/CDPD-77985: Hive Metastore now sends a single AlterPartitionEvent for bulk partition updates
- 7.3.1.200
- CDPD-73669: Secondary pool connection starvation caused by updatePartitionColumnStatisticsInBatch API
- 7.3.1.200
- CDPD-61676/CDPD-78341: Drop renamed external table fails due to missing update in PART_COL_STATS
- 7.3.1.200
- CDPD-79469: Selecting data from a bucketed table with a decimal column throws NPE
- 7.3.1.200
- CDPD-74095: Connection timeout while inserting Hive partitions due to secondary connection pool limitation
- 7.3.1.200
- CDPD-78331: HPLSQL built-in functions fail in insert statement
- 7.3.1.200
- CDPD-78343: Syntax error in HPL/SQL error handling
- 7.3.1.200
- CDPD-78330: HPL/SQL built-in functions like sysdate not working
- 7.3.1.200
- CDPD-78345: Signalling CONDITION HANDLER is not working in HPLSQL
- 7.3.1.200
- CDPD-78333: EXECUTE IMMEDIATE throwing ClassCastException in HPL/SQL
- 7.3.1.200
- CDPD-79844: EXECUTE IMMEDIATE displaying error despite successful data load
- 7.3.1.200
- CDPD-67033: HWC for Spark 3 compatibility with Spark 3.5
- 7.3.1.200
- CDPD-80097: Datahub recreation fails due to Hive Metastore schema validation error
- 7.3.1.200
Cloudera Runtime 7.3.1.100 CHF 1
- CDPD-74456: Spark3 hwc.setDatabase() writes to the correct database
- 7.3.1.100
- CDPD-74373: Timestamp displays incorrectly in Spark HWC with JDBC_READER mode
- 7.3.1.100
- CDPD-76932: Incorrect query results due to TableScan merge in shared work optimizer
- 7.3.1.100
- CDPD-78115: Thread safety issue in HiveSequenceFileInputFormat
- 7.3.1.100
- CDPD-78129: Materialized view rebuild failure due to stale locks
- 7.3.1.100
- CDPD-78166: Residual operator tree in shared work optimizer causes dynamic partition pruning errors
- 7.3.1.100
- CDPD-78113: Conversion failure from RexLiteral to ExprNode for empty strings
- 7.3.1.100
Cloudera Runtime 7.3.1
- CDPD-57121: ThreadPoolExecutorWithOomHook handling OutOfMemoryError
- 7.3.1
- CDPD-31172: Hive: Intermittent ConcurrentModificationException in HiveServer2 during mondrian testset
- Fixed an exception by using ConcurrentHashMap instead of HashMap to avoid the race condition between threads occurring because of concurrent modification of PerfLogger endTimes/startTimes maps.