Skip to content

Commit

Permalink
Revert "IMPALA-5854: Update external hadoop versions"
Browse files Browse the repository at this point in the history
This reverts commit 667244a.

We're reverting this because we need to run the thirdparty update
job which expects that the Hadoop versions are not already updated in
bin/impala-config.sh.

We leave KUDU_JAVA_VERSION as the new version, since the job does not
update that.

Change-Id: I2636490f94e4dba2317279a6c69eb84affaa06d1
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/26116
Reviewed-by: Michael Brown <[email protected]>
Tested-by: Fnu Sailesh Mukil <[email protected]>
  • Loading branch information
smukil committed Sep 1, 2017
1 parent f06d116 commit 4d55b24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/impala-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ export KUDU_JAVA_VERSION=1.6.0-cdh5.14.0-SNAPSHOT
# Versions of Hadoop ecosystem dependencies.
# ------------------------------------------
export CDH_MAJOR_VERSION=5
export IMPALA_HADOOP_VERSION=2.6.0-cdh5.14.0-SNAPSHOT
export IMPALA_HBASE_VERSION=1.2.0-cdh5.14.0-SNAPSHOT
export IMPALA_HIVE_VERSION=1.1.0-cdh5.14.0-SNAPSHOT
export IMPALA_SENTRY_VERSION=1.5.1-cdh5.14.0-SNAPSHOT
export IMPALA_PARQUET_VERSION=1.5.0-cdh5.14.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
Expand Down

0 comments on commit 4d55b24

Please sign in to comment.