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 4162C200CE7 for ; Thu, 3 Aug 2017 06:21:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3FC9516AC97; Thu, 3 Aug 2017 04:21:13 +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 86F4E16AC94 for ; Thu, 3 Aug 2017 06:21:12 +0200 (CEST) Received: (qmail 67926 invoked by uid 500); 3 Aug 2017 04:21:11 -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 67916 invoked by uid 99); 3 Aug 2017 04:21:11 -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; Thu, 03 Aug 2017 04:21:11 +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 DD0541805A3 for ; Thu, 3 Aug 2017 04:21:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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-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 VYCsU2uMMX5U for ; Thu, 3 Aug 2017 04:21:10 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 252ED5F6C1 for ; Thu, 3 Aug 2017 04:21:08 +0000 (UTC) Received: (qmail 67903 invoked by uid 99); 3 Aug 2017 04:21:08 -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; Thu, 03 Aug 2017 04:21:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34FA2E02F4; Thu, 3 Aug 2017 04:21:08 +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 Date: Thu, 03 Aug 2017 04:21:08 -0000 Message-Id: <7b83d8b976ee4bf18b9dd0593c009129@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-impala git commit: Bump Kudu version to 1c0276a archived-at: Thu, 03 Aug 2017 04:21:13 -0000 Repository: incubator-impala Updated Branches: refs/heads/master 3f82d1570 -> 5797f8596 Bump Kudu version to 1c0276a Change-Id: I7e4bf59595dd483ac12f4f9c4b8a7da8c5c43e91 Reviewed-on: http://gerrit.cloudera.org:8080/7565 Reviewed-by: Matthew Jacobs Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/748fe94a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/748fe94a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/748fe94a Branch: refs/heads/master Commit: 748fe94a916d7dfc5781b3711c8484f8ae508cab Parents: 3f82d15 Author: Thomas Tauber-Marshall Authored: Wed Aug 2 09:08:40 2017 -0700 Committer: Impala Public Jenkins Committed: Wed Aug 2 21:07:40 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/748fe94a/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 2699339..634430b 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,7 +72,7 @@ fi # moving to a different build of the toolchain, e.g. when a version is bumped or a # compile option is changed. The build id can be found in the output of the toolchain # build jobs, it is constructed from the build number and toolchain git hash prefix. -export IMPALA_TOOLCHAIN_BUILD_ID=438-a80bf530fe +export IMPALA_TOOLCHAIN_BUILD_ID=443-4c9c3b7328 # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 @@ -120,7 +120,7 @@ if [[ $OSTYPE == "darwin"* ]]; then fi # Kudu version in the toolchain; provides libkudu_client.so and minicluster binaries. -export IMPALA_KUDU_VERSION=27854fd +export IMPALA_KUDU_VERSION=1c0276a # Kudu version used to identify Java client jar from maven export KUDU_JAVA_VERSION=1.5.0-cdh5.13.0-SNAPSHOT