Pig 0.15.0-1611 Release Notes

IMPORTANT This component is deprecated. Hewlett Packard Enterprise recommends using an alternate product. For more information, see Discontinued Ecosystem Components.

The notes below relate specifically to the MapR Distribution for Apache Hadoop. You may also be interested in the Apache Pig 0.15.0 changelog or the Apache Pig homepage.

Pig Version 0.15
Release Date December 9, 2016
Source on GitHub https://github.com/mapr/pig/tree/0.15-mapr-1611
MapR Version Compatibility See Ecosystem Support Matrix (Pre-5.2 releases)
Maven Artifacts https://repository.mapr.com/maven/
Package Names The following packages are associated with this release:
  • mapr-pig-0.15.201612052156-1.noarch.rpm
  • mapr-pig_0.15.201612052156_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
06747e5 2016-10-28 MAPR-24456: The issue that caused illustrate query to fail in Pig, when used with MRv1, is now fixed. Pig now includes different pig-core JAR files for MRv1 and Yarn and it will dynamically choose the necessary JAR based on the cluster's mode.
1ee180c 2016-09-13 PIG-5019: The issue that caused Pig to generate lots of warnings for UDF with warnings aggregation enabled is now fixed.