Amazon EMR 6.8.0 - Hive release notes
Amazon EMR 6.8.0 - Hive changes
Type | Description |
---|---|
Improvement | Reduce file system calls in msck command. Performance improvements (~15-20x on 10k+ partitions) |
Backport | HIVE-20678 |
Backport | HIVE-21040 |
Backport | HIVE-21460 |
Backport | HIVE-21660 |
Backport | HIVE-22505 |
Backport | HIVE-22513 |
Backport | HIVE-23435 |
Backport | HIVE-24209 |
Backport | HIVE-24934 |
Backport | HIVE-25278 |
Backport | HIVE-25505 |
Backport | HIVE-26080 |
Backport | HIVE-26235 |
Bug | Fix multiple SLF4J bindings warning logs in stderr during launch |
Bug | Fix SHOW TABLE EXTENDED query failing with Wrong FS error when partition and table are on different file systems. |
Amazon EMR 6.8.0 - Hive known issues
With Amazon EMR 6.6.0 through 6.9.x, INSERT queries with dynamic partition and an ORDER BY or SORT BY clause will always have two reducers. This issue is caused by OSS change HIVE-20703
, which puts dynamic sort partition optimization under cost-based decision. If your workload doesn't require sorting of dynamic partitions, we recommend that you set the hive.optimize.sort.dynamic.partition.threshold
property to-1
to disable the new feature and get the correctly calculated number of reducers. This issue is fixed in OSS Hive as part of HIVE-22269and is fixed in Amazon EMR 6.10.0.