You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by tm...@apache.org on 2018/04/10 04:48:26 UTC

impala git commit: Bump Kudu version.

Repository: impala
Updated Branches:
  refs/heads/2.x 9b56cc3c8 -> b90a67265


Bump Kudu version.

Change-Id: I8d9a5085bf1e66ecc1a561b6245ebe7f34ca83a6
Reviewed-on: http://gerrit.cloudera.org:8080/9954
Reviewed-by: Grant Henke <gr...@apache.org>
Reviewed-by: Thomas Tauber-Marshall <tm...@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/b90a6726
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/b90a6726
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/b90a6726

Branch: refs/heads/2.x
Commit: b90a672652e756a0b5725be94b7f52c2066d2ab9
Parents: 9b56cc3
Author: Philip Zeyliger <ph...@cloudera.com>
Authored: Mon Apr 9 10:39:02 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Mon Apr 9 22:19:20 2018 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/b90a6726/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index f818a6d..621586e 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -162,7 +162,7 @@ export IMPALA_KUDU_VERSION=0eef8e0
 unset IMPALA_KUDU_URL
 
 # Kudu version used to identify Java client jar from maven
-export KUDU_JAVA_VERSION=1.7.0-cdh5.16.0-SNAPSHOT
+export KUDU_JAVA_VERSION=1.8.0-cdh5.16.0-SNAPSHOT
 
 # Versions of Hadoop ecosystem dependencies.
 # ------------------------------------------