Repository: incubator-impala
Updated Branches:
  refs/heads/master 625964107 -> 72072f6e8


IMPALA-6012: workaround - downgrade hive temporarily

To unblock build, switch back to an older version of Hive
without HIVE-12730. This should be reverted once HIVE-17189
makes it into the dependencies.

Testing:
Ran test_ddl.py as a smoke test. Will do more testing concurrent with
review.

Change-Id: I71cd293df1fc84429b23c94ad5c0564aa627a9a8
Reviewed-on: http://gerrit.cloudera.org:8080/8205
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Tim Armstrong <[email protected]>


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

Branch: refs/heads/master
Commit: 72072f6e89880c57a4afd3a88304eb963806ea7c
Parents: 6259641
Author: Tim Armstrong <[email protected]>
Authored: Wed Oct 4 09:45:09 2017 -0700
Committer: Tim Armstrong <[email protected]>
Committed: Wed Oct 4 20:51:47 2017 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/72072f6e/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 713e5fb..fd1a8d6 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -130,7 +130,7 @@ export KUDU_JAVA_VERSION=1.6.0-cdh5.14.0-SNAPSHOT
 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_HIVE_VERSION=1.1.0-cdh5.13.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_LLAMA_MINIKDC_VERSION=1.0.0

Reply via email to