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 5EEA7200C89 for ; Sat, 3 Jun 2017 21:47:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 52D6D160BCD; Sat, 3 Jun 2017 19:47:21 +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 96E04160BB5 for ; Sat, 3 Jun 2017 21:47:20 +0200 (CEST) Received: (qmail 76876 invoked by uid 500); 3 Jun 2017 19:47:19 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 76865 invoked by uid 99); 3 Jun 2017 19:47:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jun 2017 19:47:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 06CD5CD848 for ; Sat, 3 Jun 2017 19:47:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id sYPjRXBJH3s4 for ; Sat, 3 Jun 2017 19:47:18 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 00D7C5F3F5 for ; Sat, 3 Jun 2017 19:47:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v53JlAJJ020483; Sat, 3 Jun 2017 19:47:11 GMT Date: Sat, 3 Jun 2017 19:47:10 +0000 From: "Thomas Tauber-Marshall (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org Message-ID: Reply-To: tmarshall@cloudera.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5426=3A_Update_Hive_schema_script_to_1=2E1=2E0=0A?= X-Gerrit-Change-Id: I9ea3269c1f95f76d8c02b76a5dea3ca3aa324b70 X-Gerrit-ChangeURL: X-Gerrit-Commit: 56e3e16099bc761c514cad66a47bc8bf0576f147 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Sat, 03 Jun 2017 19:47:21 -0000 Thomas Tauber-Marshall has uploaded a new change for review. http://gerrit.cloudera.org:8080/7072 Change subject: IMPALA-5426: Update Hive schema script to 1.1.0 ...................................................................... IMPALA-5426: Update Hive schema script to 1.1.0 A recent update to Hive changed its schema, which is causing the metastore not to come up as we've hard coded the Hive schema script version in bin/create-test-configuration.sh to an old version. This patch updates the version to the latest. In the long run, we should switch to using Hive's schema tool, which can do this for us automatically (IMPALA-5430). Testing: - Ran an exhaustive private Jenkins build that passed. Change-Id: I9ea3269c1f95f76d8c02b76a5dea3ca3aa324b70 --- M bin/create-test-configuration.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/7072/1 -- To view, visit http://gerrit.cloudera.org:8080/7072 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ea3269c1f95f76d8c02b76a5dea3ca3aa324b70 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Thomas Tauber-Marshall