Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88E5C1952B for ; Thu, 17 Mar 2016 01:17:27 +0000 (UTC) Received: (qmail 37334 invoked by uid 500); 17 Mar 2016 01:17:27 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 37214 invoked by uid 500); 17 Mar 2016 01:17:27 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 37168 invoked by uid 99); 17 Mar 2016 01:17:27 -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, 17 Mar 2016 01:17:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B34FDFB86; Thu, 17 Mar 2016 01:17:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cos@apache.org To: commits@bigtop.apache.org Date: Thu, 17 Mar 2016 01:17:28 -0000 Message-Id: <15cd399e5981413f874b6e46c1a5e5b8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] bigtop git commit: BIGTOP-2321. Add packaging code for HAWQ BIGTOP-2321. Add packaging code for HAWQ Let's not deal with libhdfs3 right now, as it doesn't produce deb package anyway... Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bc52fb60 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bc52fb60 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bc52fb60 Branch: refs/heads/BIGTOP-2320 Commit: bc52fb60b379e75d2ecdb915ea5d838e8a6fa531 Parents: 77ee6c0 Author: Cos Authored: Wed Mar 16 19:34:32 2016 -0500 Committer: Cos Committed: Wed Mar 16 19:34:32 2016 -0500 ---------------------------------------------------------------------- bigtop-packages/src/common/hawq/do-component-build | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bc52fb60/bigtop-packages/src/common/hawq/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hawq/do-component-build b/bigtop-packages/src/common/hawq/do-component-build index 5da8103..1c98dd4 100755 --- a/bigtop-packages/src/common/hawq/do-component-build +++ b/bigtop-packages/src/common/hawq/do-component-build @@ -35,14 +35,15 @@ ldconfig $CWD/libyarn/lib ## libyarn should be available in the system at this point ## build libhdfs3 -wget https://github.com/PivotalRD/libhdfs3/archive/v2.2.31.tar.gz -tar zxf v2.2.31.tar.gz -cd libhdfs3-2.2.31 -mkdir -p build -cd build -../bootstrap -make rpm-package +#wget https://github.com/PivotalRD/libhdfs3/archive/v2.2.31.tar.gz +#tar zxf v2.2.31.tar.gz +#cd libhdfs3-2.2.31 +#mkdir -p build +#cd build +#../bootstrap +#make rpm-package ## need to run diff target for deb and rpm. Figure out how + cd ${CWD} # now something like # rpm -ivh rpms/RPMS/`uname -p`/*rpm