IMPALA-5033: infra: update Hadoop ecosystem components This patch updates the versions of the Hadoop ecosystem components that we used to run system/integration tests with Impala, including Hadoop, Sentry, HBase, and Hive.
The necessary tarballs are in S3, and I privately tested that an exhaustive build+tests succeeds. Change-Id: I1e71db140fa60dad5132def5287363b050380b83 Reviewed-on: http://gerrit.cloudera.org:8080/6268 Reviewed-by: Michael Brown <[email protected]> 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/61c32a90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/61c32a90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/61c32a90 Branch: refs/heads/master Commit: 61c32a903b95d6d5432343ef36933e02c24f6d78 Parents: c8e15e4 Author: Michael Brown <[email protected]> Authored: Fri Mar 3 15:51:00 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Mar 7 03:59:18 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/61c32a90/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 69a368a..ff83b7f 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -129,11 +129,11 @@ export KUDU_JAVA_VERSION=1.3.0-SNAPSHOT # Versions of Hadoop ecosystem dependencies. # ------------------------------------------ export CDH_MAJOR_VERSION=5 -export IMPALA_HADOOP_VERSION=2.6.0-cdh5.11.0-SNAPSHOT -export IMPALA_HBASE_VERSION=1.2.0-cdh5.11.0-SNAPSHOT -export IMPALA_HIVE_VERSION=1.1.0-cdh5.11.0-SNAPSHOT -export IMPALA_SENTRY_VERSION=1.5.1-cdh5.11.0-SNAPSHOT -export IMPALA_PARQUET_VERSION=1.5.0-cdh5.11.0-SNAPSHOT +export IMPALA_HADOOP_VERSION=2.6.0-cdh5.12.0-SNAPSHOT +export IMPALA_HBASE_VERSION=1.2.0-cdh5.12.0-SNAPSHOT +export IMPALA_HIVE_VERSION=1.1.0-cdh5.12.0-SNAPSHOT +export IMPALA_SENTRY_VERSION=1.5.1-cdh5.12.0-SNAPSHOT +export IMPALA_PARQUET_VERSION=1.5.0-cdh5.12.0-SNAPSHOT export IMPALA_LLAMA_MINIKDC_VERSION=1.0.0 # Source the branch and local config override files here to override any
