Bump Kudu version to 943b1ae, and OpenSSL to 1.0.2l

Change-Id: I43a510c07b877cb18c3170a034cf9322baef16c0
Reviewed-on: http://gerrit.cloudera.org:8080/7626
Reviewed-by: Michael Ho <k...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: d40ada01b4ed5edc4b75bf045afa044da0368d67
Parents: cfcbfab
Author: Matthew Jacobs <m...@cloudera.com>
Authored: Wed Aug 9 07:14:16 2017 -0700
Committer: Impala Public Jenkins <impala-public-jenk...@gerrit.cloudera.org>
Committed: Wed Aug 9 22:22:43 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d40ada01/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 634430b..79adcb7 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -72,7 +72,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.
-export IMPALA_TOOLCHAIN_BUILD_ID=443-4c9c3b7328
+export IMPALA_TOOLCHAIN_BUILD_ID=447-f3bee11cc6
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -97,7 +97,7 @@ export IMPALA_LLVM_ASAN_VERSION=3.8.0-p1
 export IMPALA_LLVM_DEBUG_VERSION=3.8.0-asserts-p1
 export IMPALA_LZ4_VERSION=1.7.5
 export IMPALA_OPENLDAP_VERSION=2.4.25
-export IMPALA_OPENSSL_VERSION=1.0.1p
+export IMPALA_OPENSSL_VERSION=1.0.2l
 export IMPALA_PROTOBUF_VERSION=2.6.1
 export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=9.0-801
 export IMPALA_RAPIDJSON_VERSION=0.11
@@ -120,7 +120,7 @@ if [[ $OSTYPE == "darwin"* ]]; then
 fi
 
 # Kudu version in the toolchain; provides libkudu_client.so and minicluster 
binaries.
-export IMPALA_KUDU_VERSION=1c0276a
+export IMPALA_KUDU_VERSION=943b1ae
 
 # Kudu version used to identify Java client jar from maven
 export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT

Reply via email to