You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by kw...@apache.org on 2018/08/30 06:18:17 UTC

[3/7] impala git commit: Bump CDH_BUILD_NUMBER to 554247

Bump CDH_BUILD_NUMBER to 554247

This build includes the new HBase 2.1.0 snapshot as well as the new
Kudu CDH tarballs, which a following patch will add functionality for
downloading and building with.

Testing:
- Ran a full exhaustive build.

Change-Id: Ieae9581997367895be5f1f8c730968d375182d94
Reviewed-on: http://gerrit.cloudera.org:8080/11349
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/88485880
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/88485880
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/88485880

Branch: refs/heads/master
Commit: 88485880a5e709d78d3a51324448b0f11ba71009
Parents: 17bfac0
Author: Thomas Tauber-Marshall <tm...@cloudera.com>
Authored: Tue Aug 28 19:53:35 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Wed Aug 29 20:41:42 2018 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/88485880/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index facb7f4..a77683e 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -162,9 +162,9 @@ 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=537982
+export CDH_BUILD_NUMBER=554247
 export IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT
-export IMPALA_HBASE_VERSION=2.0.0-cdh6.x-SNAPSHOT
+export IMPALA_HBASE_VERSION=2.1.0-cdh6.x-SNAPSHOT
 export IMPALA_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT
 export IMPALA_SENTRY_VERSION=2.0.0-cdh6.x-SNAPSHOT
 export IMPALA_PARQUET_VERSION=1.9.0-cdh6.x-SNAPSHOT