Hive 1.0-1608 Release Notes

Below are release notes for the Hive component included in the MapR Converged Data Platform.

Version 1.0
Release Date September 1, 2016
Source on GitHub https://github.com/mapr/hive/tree/1.0.0-mapr-1608
MapR Version Compatibility See Hive and HCatalog Support Matrix and Ecosystem Support Matrix (Pre-5.2 releases)
Maven Artifacts https://repository.mapr.com/maven/
Package Names
  • mapr-hive-1.0.201608311152-1.noarch.rpm
  • mapr-hive_1.0.201608311152_all.deb
  • mapr-hivemetastore-1.0.201608311152-1.noarch.rpm
  • mapr-hivemetastore_1.0.201608311152_all.deb
  • mapr-hiveserver2-1.0.201608311152-1.noarch.rpm
  • mapr-hiveserver2_1.0.201608311152_all.deb
  • mapr-hivewebhcat-1.0.201608311152-1.noarch.rpm
  • mapr-hivewebhcat_1.0.201608311152_all.deb

Fixes

This release by MapR includes the following fixes on the base Apache release. For complete details, refer to the commit log for this project in GitHub.

Commit Date (YYYY-MM-DD) Comment
684b09a91 2016-08-18 MAPR-24275: The issue causing a query on hive to fail with an IllegalStateException is now fixed.
4a60eb1db 2016-08-12 MAPR-24248: The isNonLocalScratchDirUsed in getLocalScratchDir() method is now set to false to allow operations with scratch directories to use the local filesystem instead of the MapR filesystem.
e4f49cc398 2016-08-10 HIVE-11617: The issue causing explain job to (sometimes) not finish or be very slow when there are many lateral views is now fixed.
3fcf5367 2016-07-16 MAPR-23970: When running a query, checks are now included to determine if current filesystem is non-local before running getScratchDir() method, which assumes the filesystem is not local.
d854ef03 2015-11-03 HIVE-12206: Hive no longer throws an exception when Kryo's classloader is set without the UDF jar.