Behavioral Changes in Hive
Functional adjustments and behavioral updates for Hive are introduced in Cloudera Runtime 7.1.9 SP2.
- CDPD-95732: Metastore property hive.metastore.try.direct.sql.ddl is removed
- Previously, the
hive.metastore.try.direct.sql.ddldefaults to false for postgres backed database, which makes the metastore use the slow suboptimal way to fetch or manage the metadata, and this property has to work withhive.metastore.try.direct.sqlto control whether the metastore should use the direct SQL to manipulate the metadata. - CDPD-76414: Increased Batch Sizes for COMPUTE STATS
- The COMPUTE STATS query previously failed on tables containing more than 5000 columns. This issue was specific to wide tables and could not be resolved by dropping and rerunning the query.
