Repository: bigtop
Updated Branches:
  refs/heads/master 5d70fdbb1 -> 5eca0ace5


BIGTOP-1184. bump hadoop version to 2.3.0


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5eca0ace
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5eca0ace
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5eca0ace

Branch: refs/heads/master
Commit: 5eca0ace5670943853a7165cb5b6f0a6f9c0bb5e
Parents: 5d70fdb
Author: Giridharan Kesavan <[email protected]>
Authored: Tue Mar 4 16:01:09 2014 -0800
Committer: Konstantin Boudnik <[email protected]>
Committed: Wed Mar 5 12:05:13 2014 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/hadoop/do-component-build | 2 +-
 bigtop.mk                                            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5eca0ace/bigtop-packages/src/common/hadoop/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hadoop/do-component-build 
b/bigtop-packages/src/common/hadoop/do-component-build
index a2faccc..9f6e33a 100644
--- a/bigtop-packages/src/common/hadoop/do-component-build
+++ b/bigtop-packages/src/common/hadoop/do-component-build
@@ -26,7 +26,7 @@ mkdir build/src
 
 # Build artifacts
 MAVEN_SKIP_TESTS="-DskipTests -DskipTest -DskipITs"
-mvn $ANT_OPTS $BUNDLE_SNAPPY -Pdist -Pnative -Pfuse -Psrc -Dtar 
${MAVEN_SKIP_TESTS} install "$@"
+mvn $ANT_OPTS $BUNDLE_SNAPPY -Pdist -Pnative -Psrc -Dtar ${MAVEN_SKIP_TESTS} 
install "$@"
 mvn site site:stage ${MAVEN_SKIP_TESTS} $@
 
 (cd build ; tar --strip-components=1 -xzvf  
../hadoop-dist/target/hadoop-${HADOOP_VERSION}.tar.gz)

http://git-wip-us.apache.org/repos/asf/bigtop/blob/5eca0ace/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index fb08fdf..321d60a 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -18,8 +18,8 @@ BIGTOP_VERSION=0.8.0
 # Hadoop 0.20.0-based hadoop package
 HADOOP_NAME=hadoop
 HADOOP_RELNOTES_NAME=Apache Hadoop
-HADOOP_BASE_VERSION=2.0.6-alpha
-HADOOP_PKG_VERSION=2.0.6
+HADOOP_BASE_VERSION=2.3.0
+HADOOP_PKG_VERSION=2.3.0
 HADOOP_RELEASE_VERSION=1
 HADOOP_TARBALL_DST=$(HADOOP_NAME)-$(HADOOP_BASE_VERSION).tar.gz
 HADOOP_TARBALL_SRC=$(HADOOP_NAME)-$(HADOOP_BASE_VERSION)-src.tar.gz

Reply via email to