[2/2] incubator-impala git commit: Make gen_build_version.py resilient to a failing git rev-parse

2016-09-16 Thread sailesh
Make gen_build_version.py resilient to a failing git rev-parse It was noticed that some build processes did not checkout Impala and instead built it from a tarball. This would cause our gen_build_version script to write a blank version info everytime to the version.info file. This patch takes

[1/2] incubator-impala git commit: IMPALA-4116: Remove 'cdh' from version string again

2016-09-16 Thread mjacobs
Repository: incubator-impala Updated Branches: refs/heads/master e3abf84cc -> 0f188636d IMPALA-4116: Remove 'cdh' from version string again The rebase of another change went wrong and undid the change of I7754538a23e73dcdebc6e3df509f357cbe03198c so we need to do this one again. Previous

incubator-impala git commit: IMPALA-4111: backend death tests should not produce minidumps

2016-09-16 Thread tarmstrong
Repository: incubator-impala Updated Branches: refs/heads/master 3904d3091 -> e3abf84cc IMPALA-4111: backend death tests should not produce minidumps Move the existing core dump disabler into a shared utility header and also disable minidumps too. Add a macro to simplify use of the disabler.

[2/2] incubator-impala git commit: IMPALA-4136: testKudu planner test hangs if Kudu is not supported

2016-09-16 Thread mjacobs
IMPALA-4136: testKudu planner test hangs if Kudu is not supported The Kudu planner tests were recently moved into PlannerTest but they need to be explicitly skipped when KUDU_IS_SUPPORTED is false. Change-Id: Iaf713107cdf49fa73efae5a731f26bbce96d8364 Reviewed-on: