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 888DB200BD1 for ; Mon, 28 Nov 2016 20:22:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 87505160B22; Mon, 28 Nov 2016 19:22: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 D37A0160B00 for ; Mon, 28 Nov 2016 20:22:02 +0100 (CET) Received: (qmail 98167 invoked by uid 500); 28 Nov 2016 19:22:02 -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 98151 invoked by uid 99); 28 Nov 2016 19:22:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 19:22:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6DC46C0040 for ; Mon, 28 Nov 2016 19:22:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-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-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xMAqrC-9bLsP for ; Mon, 28 Nov 2016 19:21: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 mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 271C05F65C for ; Mon, 28 Nov 2016 19:21:59 +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 uASJLv22006729; Mon, 28 Nov 2016 19:21:57 GMT Message-Id: <201611281921.uASJLv22006729@ip-10-146-233-104.ec2.internal> Date: Mon, 28 Nov 2016 19:21:57 +0000 From: "Jim Apple (Code Review)" To: Jim Apple , Tim Armstrong , impala-cr@cloudera.com, reviews@impala.incubator.apache.org Reply-To: jbapple-impala@apache.org X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-4512=3A_Add_a_script_that_builds_Impala_on_stock_Ubuntu_14=2E04=2E=0A?= X-Gerrit-Change-Id: If34e398052a61dfda9825b1cf3a918eb61736048 X-Gerrit-ChangeURL: X-Gerrit-Commit: b2a14ff74f995f81f5885120fef8961a269651f0 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.12.2 archived-at: Mon, 28 Nov 2016 19:22:03 -0000 Hello Tim Armstrong, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/5154 to look at the new patch set (#4). Change subject: IMPALA-4512: Add a script that builds Impala on stock Ubuntu 14.04. ...................................................................... IMPALA-4512: Add a script that builds Impala on stock Ubuntu 14.04. This is a simpler alternative to bootstrap_development.sh - it acquires enough dependencies to build, but does not attempt to load the test data or even build the tests. This is sometimes a lightweight testing method used by Apache PPMC members who are voting on a release of an incubating project. Change-Id: If34e398052a61dfda9825b1cf3a918eb61736048 --- M README.md A bin/bootstrap_build.sh 2 files changed, 39 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/54/5154/4 -- To view, visit http://gerrit.cloudera.org:8080/5154 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: If34e398052a61dfda9825b1cf3a918eb61736048 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Jim Apple Gerrit-Reviewer: Jim Apple Gerrit-Reviewer: Tim Armstrong