You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2018/07/18 23:00:41 UTC

[2/2] impala git commit: IMPALA-7316: Fix broken build due to Hadoop JAR mismatch

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 <im...@cloudera.com>
Reviewed-by: Philip Zeyliger <ph...@cloudera.com>


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 <fw...@cloudera.com>
Authored: Wed Jul 18 12:01:09 2018 -0700
Committer: Fredy Wijaya <fw...@cloudera.com>
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