Revert "IMPALA-6012: workaround - downgrade hive temporarily" This reverts commit 72072f6e89880c57a4afd3a88304eb963806ea7c.
Testing: Rebuilt fe with "mvn -U package -DskipTests", confirmed that new JARs were downloaded and we didn't hit the previous compile error. Ran test_ddl.py to ensure that communication with HMS is working. Change-Id: I01a0de583de4ec55a87ec54bca480dcb3904af1f Reviewed-on: http://gerrit.cloudera.org:8080/8217 Reviewed-by: Bharath Vissapragada <[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/44ef4cb1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/44ef4cb1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/44ef4cb1 Branch: refs/heads/master Commit: 44ef4cb105d8c48773142592a41d37da93b97de9 Parents: af6d115 Author: Tim Armstrong <[email protected]> Authored: Thu Oct 5 08:11:58 2017 -0700 Committer: Tim Armstrong <[email protected]> Committed: Thu Oct 5 20:59:48 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/44ef4cb1/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index deca094..eb04be0 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.13.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_LLAMA_MINIKDC_VERSION=1.0.0
