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 E41F1200CDA for ; Fri, 4 Aug 2017 18:44:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E293D16DD8D; Fri, 4 Aug 2017 16:44:54 +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 31BBC16DD8C for ; Fri, 4 Aug 2017 18:44:54 +0200 (CEST) Received: (qmail 71764 invoked by uid 500); 4 Aug 2017 16:44:53 -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 71753 invoked by uid 99); 4 Aug 2017 16:44:53 -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; Fri, 04 Aug 2017 16:44:53 +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 C408BC2B34 for ; Fri, 4 Aug 2017 16:44:52 +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 rGqf4UqzDW5G for ; Fri, 4 Aug 2017 16:44:41 +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 99CFA5FDFA for ; Fri, 4 Aug 2017 16:44:40 +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 v74GidV1001244; Fri, 4 Aug 2017 16:44:39 GMT Date: Fri, 4 Aug 2017 16:44:39 +0000 From: "Jim Apple (Code Review)" To: Marcel Kornacker , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Jim Apple Message-ID: Reply-To: jbapple-impala@apache.org X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-4407=3A_Move_Impala_setup_procedures_to_main_repo=0A?= X-Gerrit-Change-Id: I728abfa806ecd9461dfb443278c2a464714d984c X-Gerrit-ChangeURL: X-Gerrit-Commit: 432ecb21eb158f5d82f58221097b777a2397b21c 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: Fri, 04 Aug 2017 16:44:55 -0000 Jim Apple has uploaded a new change for review. http://gerrit.cloudera.org:8080/7587 Change subject: IMPALA-4407: Move Impala setup procedures to main repo ...................................................................... IMPALA-4407: Move Impala setup procedures to main repo Before this change, Impala has relied on a chef setup in https://github.com/awleblang/impala-setup for setting up a development environment. This has a number of downsides: 1. It makes understanding what the script is doing difficult: there are 40k or so lines in that repo last I checked. 2. It makes porting to new distributions difficult unless the providers of various chef "recipes" have already ported their code. 3. It makes coordinated changes between the main repo and the impala-setup repo more awkward. This patch adds a shell script to replace that repo. It works on Ubuntu 14.04 and 16.04, while impala-setup repo only works on 14.04 and the now-unmaintained Ubuntu 15.04. Change-Id: I728abfa806ecd9461dfb443278c2a464714d984c --- M bin/bootstrap_development.sh 1 file changed, 97 insertions(+), 35 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/7587/1 -- To view, visit http://gerrit.cloudera.org:8080/7587 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I728abfa806ecd9461dfb443278c2a464714d984c Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Jim Apple