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 713E0200BE0 for ; Sat, 17 Dec 2016 21:26:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6FCCD160B16; Sat, 17 Dec 2016 20:26:30 +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 BB58E160B0B for ; Sat, 17 Dec 2016 21:26:29 +0100 (CET) Received: (qmail 55032 invoked by uid 500); 17 Dec 2016 20:26:24 -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 55023 invoked by uid 99); 17 Dec 2016 20:26:23 -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; Sat, 17 Dec 2016 20:26:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9D0CBDFADE; Sat, 17 Dec 2016 20:26:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oflebbe@apache.org To: commits@bigtop.apache.org Message-Id: <9306f9d741a740ad92d3e7f70fa409e5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-2625: update crunch for JAVA 8 Date: Sat, 17 Dec 2016 20:26:23 +0000 (UTC) archived-at: Sat, 17 Dec 2016 20:26:30 -0000 Repository: bigtop Updated Branches: refs/heads/master ca674d368 -> 939d6bea8 BIGTOP-2625: update crunch for JAVA 8 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/939d6bea Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/939d6bea Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/939d6bea Branch: refs/heads/master Commit: 939d6bea8d0208c8150ab072ce5b94633133fd24 Parents: ca674d3 Author: Olaf Flebbe Authored: Fri Dec 16 17:51:08 2016 +0100 Committer: Olaf Flebbe Committed: Fri Dec 16 17:51:08 2016 +0100 ---------------------------------------------------------------------- bigtop-packages/src/common/crunch/do-component-build | 4 ++-- bigtop.bom | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/939d6bea/bigtop-packages/src/common/crunch/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/crunch/do-component-build b/bigtop-packages/src/common/crunch/do-component-build index 5247217..912dbb5 100644 --- a/bigtop-packages/src/common/crunch/do-component-build +++ b/bigtop-packages/src/common/crunch/do-component-build @@ -18,13 +18,13 @@ set -ex . `dirname $0`/bigtop.bom -export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" +export MAVEN_OPTS="-Xmx1024m" mvn -DskipTests -Dcrunch.platform=2 \ -Dhadoop.version=$HADOOP_VERSION \ -Dhbase.version=$HBASE_VERSION \ -Dspark.version=$SPARK1_VERSION \ - -Papache-release clean site:site package "$@" + -Papache-release -Ddependency.locations.enabled=false clean site:site package "$@" rm -rf build mkdir build http://git-wip-us.apache.org/repos/asf/bigtop/blob/939d6bea/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index ec0f2d2..16d8cea 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -278,7 +278,7 @@ bigtop { 'crunch' { name = 'crunch' relNotes = 'Apache Crunch' - version { base = '0.13.0'; pkg = base; release = 1 } + version { base = '0.14.0'; pkg = base; release = 1 } tarball { destination = "apache-$name-${version.base}-src.tar.gz" source = destination } url { download_path = "/$name/$name-${version.base}/"