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 2016/12/15 23:01:05 UTC

[39/50] [abbrv] incubator-impala git commit: IMPALA-4642: Return to the newer Kudu toolchain build.

IMPALA-4642: Return to the newer Kudu toolchain build.

This reverts commit 2414d4c9c6f48e86629a87d454dc4ecf8691267d
i.e. return to the newer Kudu toolchain build (Kudu e018a83).

The commit that added Kudu version e018a83 was reverted due
to IMPALA-4642 which resulted in breaking tests. The test
issues were resolved so we can move back to the latest Kudu
build.

Change-Id: I0fc619586cd0a90ce1fa3b1c2cb9e3a6fca0b0e8
Reviewed-on: http://gerrit.cloudera.org:8080/5487
Tested-by: Internal Jenkins
Reviewed-by: Marcel Kornacker <ma...@cloudera.com>


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

Branch: refs/heads/hadoop-next
Commit: 40c7c52510d362a4b3b842768e22d546b3a0ed90
Parents: 73e41ce
Author: Matthew Jacobs <mj...@cloudera.com>
Authored: Mon Dec 12 19:02:30 2016 -0800
Committer: Matthew Jacobs <mj...@cloudera.com>
Committed: Tue Dec 13 14:56:46 2016 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/40c7c525/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 80ce7d6..6ce062b 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -57,7 +57,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped or a
 # compile option is changed. The build id can be found in the output of the toolchain
 # build jobs, it is constructed from the build number and toolchain git hash prefix.
-: ${IMPALA_TOOLCHAIN_BUILD_ID=304-a5cb8de41a}
+: ${IMPALA_TOOLCHAIN_BUILD_ID=308-96a4cc516e}
 
 # This flag is used in $IMPALA_HOME/cmake_modules/toolchain.cmake.
 # If it's 0, Impala will be built with the compiler in the toolchain directory.
@@ -270,7 +270,6 @@ export IMPALA_GFLAGS_VERSION=2.0
 export IMPALA_GLOG_VERSION=0.3.2-p2
 export IMPALA_GPERFTOOLS_VERSION=2.5
 export IMPALA_GTEST_VERSION=1.6.0
-export IMPALA_KUDU_VERSION=a70c905006
 export IMPALA_LLVM_VERSION=3.8.0-p1
 export IMPALA_LLVM_ASAN_VERSION=3.8.0-p1
 # Debug builds should use the release+asserts build to get additional coverage.
@@ -291,12 +290,14 @@ export IMPALA_THRIFT_VERSION=0.9.0-p8
 export IMPALA_THRIFT_JAVA_VERSION=0.9.0
 export IMPALA_ZLIB_VERSION=1.2.8
 
+# Kudu version in the toolchain; provides libkudu_client.so and minicluster binaries.
+export IMPALA_KUDU_VERSION=e018a83
+
+# Kudu version used to identify Java client jar from maven
+export KUDU_JAVA_VERSION=1.2.0-SNAPSHOT
+
 export KUDU_MASTER="${KUDU_MASTER:-127.0.0.1}"
 export KUDU_MASTER_PORT="${KUDU_MASTER_PORT:-7051}"
-# TODO: Figure out a way to use a snapshot version without causing a lot of breakage due
-#       to nightly changes from Kudu. The version below is the last released version but
-#       before release this needs to be updated to the version about to be released.
-export KUDU_JAVA_VERSION=1.2.0-SNAPSHOT
 
 if [[ $OSTYPE == "darwin"* ]]; then
   IMPALA_CYRUS_SASL_VERSION=2.1.26