Repository: incubator-impala Updated Branches: refs/heads/master 5089aecdd -> 9400af617
IMPALA-5428: update external hadoop ecosystem versions This patch updates the versions of the Hadoop ecosystem components that we used to run system/integration tests with Impala - Hadoop, Sentry, HBase, Hive, Parquet, and Kudu. The necessary tarballs are in S3, and I privately tested that an exhaustive build+tests succeeds. Change-Id: Ib96c7532d381e1527dfc653709c6ecba3bbd16c4 Reviewed-on: http://gerrit.cloudera.org:8080/7076 Reviewed-by: Thomas Tauber-Marshall <[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/9400af61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/9400af61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/9400af61 Branch: refs/heads/master Commit: 9400af6178b6cc63611f43764d6206c5b45fa567 Parents: 5089aec Author: Thomas Tauber-Marshall <[email protected]> Authored: Fri Jun 2 15:18:18 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jun 6 05:05:21 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/9400af61/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 3e317fe..3ab4a95 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -123,16 +123,16 @@ fi export IMPALA_KUDU_VERSION=795c435 # Kudu version used to identify Java client jar from maven -export KUDU_JAVA_VERSION=1.4.0-cdh5.12.0-SNAPSHOT +export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT # Versions of Hadoop ecosystem dependencies. # ------------------------------------------ export CDH_MAJOR_VERSION=5 -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_HADOOP_VERSION=2.6.0-cdh5.13.0-SNAPSHOT +export IMPALA_HBASE_VERSION=1.2.0-cdh5.13.0-SNAPSHOT +export IMPALA_HIVE_VERSION=1.1.0-cdh5.13.0-SNAPSHOT +export IMPALA_SENTRY_VERSION=1.5.1-cdh5.13.0-SNAPSHOT +export IMPALA_PARQUET_VERSION=1.5.0-cdh5.13.0-SNAPSHOT export IMPALA_LLAMA_MINIKDC_VERSION=1.0.0 # Source the branch and local config override files here to override any
