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 <[email protected]> Authored: Fri Dec 16 17:51:08 2016 +0100 Committer: Olaf Flebbe <[email protected]> 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}/"
