IMPALA-7316: Fix broken build due to Hadoop JAR mismatch Update the CDH_BUILD_NUMBER to 479815 which contains commit: https://github.com/apache/hadoop/commit/7c9cdad6d04c98db5a83e2108219bf6e6c903daf
Testing: - Ran all core tests Change-Id: I363abb91146ccdefc073e21477c847f4efcd8877 Reviewed-on: http://gerrit.cloudera.org:8080/10981 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Philip Zeyliger <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/8c284e77 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/8c284e77 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/8c284e77 Branch: refs/heads/master Commit: 8c284e771c6933f51e0010379bc98c43e4407867 Parents: b90ce3f Author: Fredy Wijaya <[email protected]> Authored: Wed Jul 18 12:01:09 2018 -0700 Committer: Fredy Wijaya <[email protected]> Committed: Wed Jul 18 22:42:09 2018 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/8c284e77/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index d4f40af..9628fb7 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -160,7 +160,7 @@ unset IMPALA_KUDU_URL : ${CDH_DOWNLOAD_HOST:=native-toolchain.s3.amazonaws.com} export CDH_DOWNLOAD_HOST export CDH_MAJOR_VERSION=6 -export CDH_BUILD_NUMBER=422770 +export CDH_BUILD_NUMBER=479815 export IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT export IMPALA_HBASE_VERSION=2.0.0-cdh6.x-SNAPSHOT export IMPALA_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT
