commit dd46506e01008acaa16a75c4afaf6d061623eb74 Author: Jenkins Date: Fri Jun 19 13:04:12 2015 -0700 Branch for CDH5.3.5 commit be42a44d2ed6d8f84fe4af81374c17db572923c4 Author: Jenkins Date: Fri May 15 10:15:04 2015 -0700 Branch for CDH5.3.4 commit 17db97a77b44c8ad06a98e4bd78d148c485d3240 Author: Jenkins Date: Mon Mar 30 17:38:25 2015 -0700 Updating Maven version to 5.3.4-SNAPSHOT commit 1d2ef8b02a08e8c217bd979c1468f28b818ca0c8 Author: Mohit Sabharwal Date: Thu Mar 12 18:10:47 2015 -0700 CDH-25959 : CLOUDERA-BUILD - Fix failing Pig unit tests - htrace dependency has changed - hadoop-common has added dependency on curator (cherry picked from commit 807d049fd99030165bfb0d26332aa5b1d8dc6df5) commit 9bd3b26470f4685d422c212ed86a083784c2537f Author: Jenkins slave Date: Wed Feb 11 13:04:02 2015 -0800 Preparing for CDH5.3.3 development commit 158b7c89c6de14f368331c174e6cb4b32f67be21 Author: Mohit Sabharwal Date: Tue Feb 3 13:27:21 2015 -0800 CDH-24661 : Compute result scale for bigdecimal divide Pig bigdecimal divide operator currently does not compute result scale and pass it as argument to underlying Java BigDecimal. This is a problem when the result is an irrational number (inexact result), where divide() throws an Arithmetic exception. This patch will compute the result scale by mimicking what Hive does for DECIMAL data type currently. We could compute scale for Add, Subtract, Multiply and Mod as well. I am not doing that in this patch, because current corresponding BigDecimal method calls don't throw exception and I don't want to change result behavior (precision/scale) for these unnecessarily. (cherry picked from commit 9c0d5fd6195a764e9c11a87fdb81ca7e1ce5bdf5) commit 3103b997bd53d3eec4fce6d9e5090a0ccc10ba89 Author: Jenkins slave Date: Mon Jan 26 08:52:20 2015 -0800 Preparing for CDH5.3.2 development commit b389517e7ce3ead2ef990a3c9882ce2edcc0a6a0 Author: Mohit Sabharwal Date: Thu Jan 8 21:59:25 2015 -0800 CDH-23744 : Add option to disable NewPartitionFilterOptimizer NewPartitionFilterOptimizer does not allow certain logic simplifying filters (like FILTER A BY (1==1)). Allow user to use PartitionFilterOptimizer instead, by setting "pig.exec.useOldPartitionFilterOptimizer" to true in pig.properties (cherry picked from commit 09f1801758191b139a0ee4ecf38de0ace8352e9d) commit 7e3cfd7d875c5ab676f21e0e71fd2a3540b92d7e Author: Jenkins slave Date: Mon Dec 1 17:57:48 2014 -0800 Preparing for CDH5.3.1 development commit 6c9358dcd5515d445cc9b60699b861ae2796b6c6 Author: Brock Noland Date: Mon Dec 1 13:40:34 2014 -0800 CDH-22628 - Error about slf4j*api in pig in CDH5.2 commit 19240b3fb06526ac888295ab1587da30d7d6ccca Author: Mohit Sabharwal Date: Fri Nov 21 15:44:42 2014 -0800 CLOUDERA-BUILD : CDH-23366 : PIG ILLUSTRATE command broken getScriptHash() needs logical plan set in the PigContext's execution engine, which is not true for ILLUSTRATE. In fact, in ILLUSTRATE's case, the logical plan is never set for PigContext execution engine. I'm not entirely sure why, but there is bunch of "if(!pigContext.inIllustrator)" code in Pig, so ILLUSTRATE as a special case is apparently pretty common :( This is related to a CDH-only Navigator change, so I can't really compare with upstream -- where much of the related code has been refactored anyways. (cherry picked from commit 384818400b500bbc58a0121cf1cb10265628e88b) commit e38e8bda5e20197afb8c935bea255e199ed7e0b9 Author: Jianyong Dai Date: Fri Oct 10 17:08:27 2014 +0000 CDH-23381 - Backport PIG-4219 - When parsing a schema, pig drops tuple inside of Bag if it contains only one field commit 4605931fcf96902f084d81138e21a184690515f6 Author: Jianyong Dai Date: Thu Apr 24 23:58:39 2014 +0000 PIG-3865: Remodel the XMLLoader to work to be faster and more maintainable git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1589911 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 9be5e7a21c3aa234ed73beaaf57d1698a4aef6b8) Conflicts: CHANGES.txt (cherry picked from commit 6a6e4ed621fca1f4fe2af74bea2f7a4aa7047798) commit a6af1869efcb64b36e4156b99834fffefe114023 Author: Brock Noland Date: Thu Nov 13 13:39:03 2014 -0800 CDH-23235 - Backport PIG-4330 - Regression test for PIG-3584 - AvroStorage does not correctly translate arrays of strings commit 0bb68867dbe9ce195b5a23b5229db5dc0d069f8c Author: Brock Noland Date: Thu Nov 13 12:56:59 2014 -0800 CDH-22372 - Backport PIG-3584 - AvroStorage does not correctly translate arrays of strings commit e0b41cb66831ff8c14f123be02f9de365b5e2274 Author: Brock Noland Date: Wed Nov 12 13:57:59 2014 -0800 CLOUDERA-BUILD: CDH-23167 - 91 Pig tests are failing commit d16e6bba11a9daa1f139342e2bf9b30038b0b5c2 Author: Brock Noland Date: Tue Nov 11 17:04:50 2014 -0800 CDH-22956 - Backport PIG-3621: Python Avro library can't read Avros made with builtin AvroStorage (rusell.jurney via cheolsoo) commit 25cb618dde50e9de89cd90a89fb878b2fb00fd8b Author: Andrew Bayer Date: Fri Sep 26 16:56:18 2014 -0700 CLOUDERA-BUILD. Fixing piggybank source path commit d32e7994eb6a7459c6f16d75f5e9d8a046379ed2 Author: Andrew Bayer Date: Fri Sep 26 14:28:22 2014 -0700 CLOUDERA-BUILD. Actually deploy Piggybank commit 721b8458e996ecc43d5244f1fa783f12f8c4dc5f Author: Jenkins slave Date: Fri Sep 26 09:26:30 2014 -0700 Preparing for CDH5.3.0 development commit a1f309af76750e235b7e085717c063d5be589212 Author: Sean Mackrory Date: Tue Sep 23 14:29:43 2014 -0700 CLOUDERA-BUILD. Adding POM for Piggybank commit 368c56d35c3c070c545fc137bd11757dbe6bb7b0 Author: Mani Narayan Date: Fri Aug 22 10:22:17 2014 -0700 Backporting PIG-4133: Need to update the default $HCAT_HOME dir in the PIG script commit be0e787f2679df57591f6a0e1d21db274bfe7acd Author: Jenkins slave Date: Mon Jun 9 10:57:31 2014 -0700 Preparing for CDH5.2.0 development commit 1755c2a8fa2f6c497b7f717ccb6d603f2d6f261f Author: xzhang Date: Tue Apr 29 12:05:27 2014 -0700 Backport PIG-3661: Piggybank AvroStorage fails if used in more than one load or store statement commit 4202857c0230a03910d200f4249bb268f34a609b Author: Cheolsoo Park Date: Fri Mar 28 16:13:51 2014 +0000 PIG-3833: Relation loaded by AvroStorage with schema is projected incorrectly in foreach statement (jeongjinku via cheolsoo) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1582793 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 54fa7a9b2bbd974666d250689fa65b36d146e475 Author: Rohini Palaniswamy Date: Mon Jan 27 08:01:58 2014 +0000 PIG-3677: ConfigurationUtil.getLocalFSProperties can return an inconsistent property set (rohini) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1561598 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 9ab169cb7dc9a70abb95013165179f6c96573b1c Author: Jianyong Dai Date: Wed Oct 23 18:28:11 2013 +0000 PIG-3530: Some e2e tests is broken due to PIG-3480 git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1535098 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 31e3ecd91decab976a9d17bf861440c80c333fe0 Author: Jarek Jarcec Cecho Date: Thu Oct 3 17:42:46 2013 -0700 CDH-14534: Pig logs PigJobControl WARNs when trying to decide between MR1/MR2 commit ffd8e542842eb39e78db7a3cc5447b77a711e3c3 Author: Jenkins slave Date: Mon Mar 3 11:02:38 2014 -0800 Preparing for CDH5.1.0 development commit 6e82c50f7f2a23cb8066d3d08f5d67fe0d31342e Author: Jianyong Dai Date: Mon Feb 10 06:38:04 2014 +0000 PIG-3670: Fix assert in Pig script git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1566519 13f79535-47bb-0310-9956-ffa450edef68 commit 44e6fa99c4344269c06cdec0df4b207290215fff Author: Jianyong Dai Date: Fri Feb 7 07:22:22 2014 +0000 PIG-3606: Pig script throws error when searching for hcatalog jars in latest hive git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1565559 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit b248c3eaee48fd407b5ea1a9353a872dc14845f4 Author: Jianyong Dai Date: Fri Jan 31 18:25:46 2014 +0000 PIG-3726: Ranking empty records leads to NullPointerException git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1563200 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java commit af59fc9a73189a9aced3c3ea6178a6ce3c72cb19 Author: Jarek Jarcec Cecho Date: Tue Jan 21 22:54:36 2014 -0800 CLOUDERA-BUILD. Using CDH version of commons-lang commit ad8f6c5b21390e5c187af1962e6b09d7335016b8 Author: Jarek Jarcec Cecho Date: Sat Jan 18 12:51:29 2014 -0800 CLOUDERA-BUILD. Removing circular dependency between parquet and pig CDH-16314: Pig and parquet have circular dependency commit 4b5b6bece007009d88c209319402716baa3c7aad Author: Rohini Palaniswamy Date: Fri Dec 6 00:44:57 2013 +0000 PIG-2629: Wrong Usage of Scalar which is null causes high namenode operation (rohini) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1548342 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 90dabbe437e786b0ee931d05c1152c795396202c Author: Cheolsoo Park Date: Fri Dec 27 22:17:25 2013 +0000 PIG-3639: TestRegisteredJarVisibility is broken in trunk (cheolsoo) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1553752 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit b073dd735551a731b32074dd0f383a8e85566168 Author: Cheolsoo Park Date: Wed Dec 18 18:20:56 2013 +0000 PIG-3633: AvroStorage tests are failing when running against Avro 1.7.5 (jarcec via cheolsoo) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1552051 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 1ace57af980319998e33ef189b601a8811ba1691 Author: Andrew Bayer Date: Fri Dec 13 12:28:12 2013 -0800 CLOUDERA-BUILD. Band-aid commons-lang version commit 9537d44370e7a4a87b086b7922342af6db1cd973 Author: Cheolsoo Park Date: Sun Nov 24 23:44:43 2013 +0000 PIG-3285: Jobs using HBaseStorage fail to ship dependency jars (ndimiduk via cheolsoo) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1545114 13f79535-47bb-0310-9956-ffa450edef68 commit cbc5c29ba6b98e2bb3b08c35d749dba8f98f3dac Author: Jarek Jarcec Cecho Date: Wed Nov 27 14:46:05 2013 -0800 CLOUDERA-BUILD. Use CDH version of snappy CDH-15936: Snappy: Alter pig build to get snappy version from the CDH root pom.xml file commit f57d1992b77f96a6d70b9b2a0fcd801c01e74bbc Author: Jarek Jarcec Cecho Date: Wed Nov 27 14:42:07 2013 -0800 CLOUDERA-BUILD. Serializing pig plan for Navigator consumption CDH-15881: Commit Navigator specific Pig changes commit 8649038ba786b05efb82b2dd8673cf905a89d48d Author: Jarek Jarcec Cecho Date: Thu Nov 7 13:37:58 2013 -0800 CLOUDERA-BUILD. Build against CDH version of Parquet CDH-15574: Make Pig in C5 compile against CDH version of parquet commit 550af0a74b119f5f92c088fb57700da5fce5540a Author: Jarek Jarcec Cecho Date: Thu Oct 24 10:39:01 2013 -0700 CLOUDERA-BUILD. Support MR1 KILLED status for failing job commit 0654e27e7104314ef361ae4fad8e1cd49f1e2381 Author: Jarek Jarcec Cecho Date: Mon Oct 21 09:19:38 2013 -0700 CLOUDERA-BUILD. Pig packaging build is failing on forrest validation CDH-15198: Pig packaging build is failing on forrest validation commit 705beebf7d160a3fb04b77b1df9c5b8581136e24 Author: cheolsoo Date: Wed Feb 27 14:28:25 2013 -0800 CDH-10719: Create home directory on mini cluster in unit tests commit e3790b8497f1a5ac631e53d0ea0d6003dc20bb30 Author: Jarek Jarcec Cecho Date: Wed Oct 16 13:45:40 2013 -0700 CLOUDERA-BUILD. Explicitly casting Job to ControlledJob when invoking MR code commit 52d799b6e6d223f87ea862505641c9ef899a94e0 Author: Cheolsoo Park Date: Wed Oct 16 18:33:14 2013 +0000 PIG-3519: Remove dependency on uber avro-tools jar (jarcec via cheolsoo) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1532851 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt ivy/libraries.properties commit b6ec5e6c005bbe093a036afe06fe6f307dcdaa6f Author: Xuefu Zhang Date: Mon Oct 7 17:34:30 2013 +0000 PIG-3496: Propagate HBase 0.95 jars to the backend (Jarek Jarcec Cecho via xuefuz) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1530006 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 37cf4b8c8451ac02fe6fbaa9d9786d603e4c9908 Author: Xuefu Zhang Date: Thu Oct 3 21:32:43 2013 +0000 PIG-3469: Skewed join can cause unrecoverable NullPointerException when one of its inputs is missing (Jarek Jarcec Cecho via xuefuz) git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1529011 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: CHANGES.txt commit 23adfc866bf80b57efc69996dc75963871d3a22f Author: Jarek Jarcec Cecho Date: Tue Oct 15 15:19:05 2013 -0700 CLOUDERA-BUILD. Building for CDH commit 93b12315c64ea3ec6628036316731fb691a49999 Author: Jianyong Dai Date: Mon Oct 14 17:34:43 2013 +0000 Fix jdiff for Pig 0.12.0 git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1531988 13f79535-47bb-0310-9956-ffa450edef68 commit 6154e8e914a557642cb2a4c0bcc92cc9dde673ba Author: Aniket Namadeo Mokashi Date: Mon Oct 14 03:19:27 2013 +0000 PIG-3480: TFile-based tmpfile compression crashes in some cases (dvryaboy via aniket486) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1531786 13f79535-47bb-0310-9956-ffa450edef68 commit 9147d71bcd26564f09c7d8ba67fc7bde7e34f8a1 Author: Jianyong Dai Date: Fri Oct 11 21:52:34 2013 +0000 Move PIG-3510 to the right fix version git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1531439 13f79535-47bb-0310-9956-ffa450edef68 commit 0f258766853f0392bcdd127df07a24f7298dc09b Author: Jianyong Dai Date: Fri Oct 11 21:51:06 2013 +0000 PIG-3512: Reducer estimater is broken by PIG-3497 git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1531438 13f79535-47bb-0310-9956-ffa450edef68 commit 5ce955e5f5d392e05e6249aa191b04e6a4b963a9 Author: Cheolsoo Park Date: Thu Oct 10 19:54:48 2013 +0000 PIG-3510: New filter extractor fails with more than one filter statement (aniket486 via cheolsoo) git-svn-id: https://svn.apache.org/repos/asf/pig/branches/branch-0.12@1531086 13f79535-47bb-0310-9956-ffa450edef68