Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAFC619F44 for ; Sat, 23 Apr 2016 23:33:24 +0000 (UTC) Received: (qmail 2546 invoked by uid 500); 23 Apr 2016 23:33:24 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 2501 invoked by uid 500); 23 Apr 2016 23:33:24 -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 2484 invoked by uid 99); 23 Apr 2016 23:33:24 -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; Sat, 23 Apr 2016 23:33:24 +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 1DEC318055C for ; Sat, 23 Apr 2016 23:33:24 +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 mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id U8tvRl8xAhmG for ; Sat, 23 Apr 2016 23:33:20 +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 613FA5F39D for ; Sat, 23 Apr 2016 23:33:20 +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 u3NNXJth023289; Sat, 23 Apr 2016 23:33:19 GMT Message-Id: <201604232333.u3NNXJth023289@ip-10-146-233-104.ec2.internal> Date: Sat, 23 Apr 2016 23:33:19 +0000 From: "Casey Ching (Code Review)" To: Matthew Jacobs , Adar Dembo , impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: Tim Armstrong Reply-To: casey@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?[Toolchain-CR]_Build_Kudu_from_source=0A?= X-Gerrit-Change-Id: I2ec8494fb4e765ec796b31212c811af34e8514bd X-Gerrit-ChangeURL: X-Gerrit-Commit: d9d2fef2c73ba3a56fd3e62ebc0f82d599e8fe29 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 Hello Matthew Jacobs, Adar Dembo, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/2679 to look at the new patch set (#11). Change subject: Build Kudu from source ...................................................................... Build Kudu from source With this change any arbitrary Kudu hash can be built. Previously only a released version of Kudu could be used because the build was based on parcels. The main use case is to upgrade the Kudu client/server to a version that has yet to be released so compatibility can be tested early. The previous way of "building" Kudu was to repackage a Cloudera parcel. For platforms that didn't have a parcel available, a stubbed client was generated based on the symbols of a real client for a different platform. The only consumer of the stub was the Impala project. Now Impala will build the stub itself. Change-Id: I2ec8494fb4e765ec796b31212c811af34e8514bd --- M buildall.sh M functions.sh M source/kudu/build.sh D source/kudu/gen-stub-so.py 4 files changed, 159 insertions(+), 126 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Toolchain refs/changes/79/2679/11 -- To view, visit http://gerrit.cloudera.org:8080/2679 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I2ec8494fb4e765ec796b31212c811af34e8514bd Gerrit-PatchSet: 11 Gerrit-Project: Toolchain Gerrit-Branch: master Gerrit-Owner: Casey Ching Gerrit-Reviewer: Adar Dembo Gerrit-Reviewer: Casey Ching Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Tim Armstrong