Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D85D3200D0A for ; Wed, 4 Oct 2017 22:52:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D6BCD160BDA; Wed, 4 Oct 2017 20:52:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 278021609D6 for ; Wed, 4 Oct 2017 22:52:04 +0200 (CEST) Received: (qmail 97260 invoked by uid 500); 4 Oct 2017 20:52:03 -0000 Mailing-List: contact commits-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list commits@impala.incubator.apache.org Received: (qmail 97251 invoked by uid 99); 4 Oct 2017 20:52:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2017 20:52:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9CD591A1F56 for ; Wed, 4 Oct 2017 20:52:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id UO-60VGtJWuC for ; Wed, 4 Oct 2017 20:51:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 88E1B5FB57 for ; Wed, 4 Oct 2017 20:51:59 +0000 (UTC) Received: (qmail 97214 invoked by uid 99); 4 Oct 2017 20:51:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2017 20:51:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 29A44F5C6B; Wed, 4 Oct 2017 20:51:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tarmstrong@apache.org To: commits@impala.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-impala git commit: IMPALA-6012: workaround - downgrade hive temporarily Date: Wed, 4 Oct 2017 20:51:58 +0000 (UTC) archived-at: Wed, 04 Oct 2017 20:52:05 -0000 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 Tested-by: Tim Armstrong 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 Authored: Wed Oct 4 09:45:09 2017 -0700 Committer: Tim Armstrong 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