Pig 0.15.0-1611 Release Notes
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 | http://repository.mapr.com/maven/ |
Package Names | The following packages are associated with this release:
|
Patches
This release by MapR includes the following patches 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. |