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 996AC200AE2 for ; Fri, 27 May 2016 17:26:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 986B3160A12; Fri, 27 May 2016 15:26:03 +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 DEBCD160A10 for ; Fri, 27 May 2016 17:26:02 +0200 (CEST) Received: (qmail 70760 invoked by uid 500); 27 May 2016 15:26:02 -0000 Mailing-List: contact dev-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 dev@impala.incubator.apache.org Received: (qmail 70749 invoked by uid 99); 27 May 2016 15:26:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2016 15:26:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6B8E2180501 for ; Fri, 27 May 2016 15:26:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id N9nDpk-WICMa for ; Fri, 27 May 2016 15:25:59 +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 mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id D2BC15F4EC for ; Fri, 27 May 2016 15:25:58 +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 u4RFPvmW004176; Fri, 27 May 2016 15:25:57 GMT Message-Id: <201605271525.u4RFPvmW004176@ip-10-146-233-104.ec2.internal> Date: Fri, 27 May 2016 15:25:57 +0000 From: "Internal Jenkins (Code Review)" To: Michael Ho , impala-cr@cloudera.com, dev@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?[Impala-CR](cdh5-trunk)_IMPALA-3223:_Update_path_to_Postgres_JDBC_driver=0A?= X-Gerrit-Change-Id: I76bce18fd308890e66615c8d08d5e58f02a8a132 X-Gerrit-ChangeURL: X-Gerrit-Commit: 7ccb2950aa122e0d33bf4053dcf11073b08f52ec In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.10-rc0 archived-at: Fri, 27 May 2016 15:26:03 -0000 Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3223: Update path to Postgres JDBC driver ...................................................................... IMPALA-3223: Update path to Postgres JDBC driver Maven has been downloading the postgres JDBC driver all along. So, let's use the one in fe/target/dependency instead of the one in thirdparty. Change-Id: I76bce18fd308890e66615c8d08d5e58f02a8a132 Reviewed-on: http://gerrit.cloudera.org:8080/3232 Reviewed-by: Alex Behm Tested-by: Internal Jenkins --- M bin/impala-config.sh M testdata/bin/load-hive-builtins.sh 2 files changed, 9 insertions(+), 12 deletions(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3232 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I76bce18fd308890e66615c8d08d5e58f02a8a132 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho Gerrit-Reviewer: Alex Behm Gerrit-Reviewer: Internal Jenkins