commit 03ce5a6c5d6386ee5ecd7e04810a6560df727351 Author: Juan Yu Date: Thu Feb 18 11:49:38 2016 -0800 Update Impala-lzo branch to 2.5.0 commit 1bc271ada5bbf94d248456ffa90bc21321713c8c Author: Jenkins Date: Fri Feb 12 18:03:08 2016 -0800 Branch for CDH5.7.0 commit 2256c00b7c211858ee2e64521607f6fabbd30ee9 Author: Jenkins Date: Fri Feb 12 17:42:07 2016 -0800 Branch for CDH5.7.x commit d54bdcc9f5b6ff965f0d07460003213b57b96d9e Author: Mani Narayan Date: Tue Dec 29 12:58:29 2015 -0800 CDH-35807: Undefine _missing_build_ids_terminate_build in Impala-lzo packaging script. The issues with Impala-lzo packaging builds: 1. find-debugdinfo passes in strict-build-id flag on RHEL6 and RHEL7 causing builds to fail. The failure is becuase the build ID note is not generated for one of the shared library built. The packaging step here invoking /usr/lib/rpm/find-debuginfo.sh is only trying to validate that the build-ID is present for the binary that is build: libimpalalzo.so. This was always done, and something broke starting on the 22nd of Dec 2015. There are no recent packaging changes for Impala-Lzo. Fixing by undefining _missing_build_ids_terminate_build. 2. debuginfo packages were not being generated for Deb. Testing done: On-Demand build succeeded with these changes: http://golden.jenkins.cloudera.com/job/CDH5-Packaging-On-Demand/2663/ commit d406e05e4a58143d158f9b9f60953634bf5bd5e4 Author: Mani Narayan Date: Tue Dec 29 11:09:27 2015 -0800 CDH-35807: Use the promoted branch of Impala when building Impala-LZO. commit 2a44cbfba00871bc2639286b69e101633cf504e3 Author: Mani Narayan Date: Tue Nov 17 15:43:53 2015 -0800 Explicitly set the file name when downloading using wget. commit 76d2429bc06fc97c13c1f50ce6e14ce293696ddf Author: Andrew Bayer Date: Tue Oct 6 12:47:49 2015 +0200 CDH-32544 - Move impala and hadoop-lzo source trees for impala-lzo to source package. Also, download tarballs from GitHub instead of cloning repos - less traffic, less disk usage, everyone wins.