Hive 0.13.0-1608 Release Notes

Below are release notes for the Hive component included in the MapR Converged Data Platform. You may also be interested in the Apache Hive 0.13.0 changelog or the Apache Hive homepage.

Hive Version 0.13.0
Release Date September 1, 2016
MapR Version Interoperability See Hive and HCatalog Support Matrix and Ecosystem Support Matrix (Pre-5.2 releases)
Source on GitHub https://github.com/mapr/hive/tree/0.13.0-mapr-1608
Maven Artifacts https://repository.mapr.com/maven/
Package Names The following packages are associated with this release:
  • mapr-hive-0.13.201608311115-1.noarch.rpm
  • mapr-hive_0.13.201608311115_all.deb
  • mapr-hivemetastore-0.13.201608311115-1.noarch.rpm
  • mapr-hivemetastore_0.13.201608311115_all.deb
  • mapr-hiveserver2-0.13.201608311115-1.noarch.rpm
  • mapr-hiveserver2_0.13.201608311115_all.deb
  • mapr-hivewebhcat-0.13.201608311115-1.noarch.rpm
  • mapr-hivewebhcat_0.13.201608311115_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
e6fb977 2016-08-11 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.
8583651 2016-08-05 HIVE-11617: The issue causing explain job to (sometimes) not finish or be very slow when there are many lateral views is now fixed.
1c7123f 2016-06-06 MAPR-23560: Symbolic links to the PID files to track memory utilization of HiveServer2 and HiveMetaStore processes are now available in /opt/mapr/pid.
3494663 2015-02-05 HIVE-7175: For connecting to HiveServer2 with LDAP authentication enabled to batch run commands, a password file can now be used instead of typing the password openly in the command line.