You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2014/09/04 18:22:54 UTC

git commit: BIGTOP-1426. Bump version of Hadoop to 2.4.0

Repository: bigtop
Updated Branches:
  refs/heads/master e20b54ae5 -> f41aa695d


BIGTOP-1426. Bump version of Hadoop to 2.4.0


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

Branch: refs/heads/master
Commit: f41aa695d02273c4bce30786aa528811b4090338
Parents: e20b54a
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Wed Sep 3 19:09:22 2014 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Thu Sep 4 09:22:53 2014 -0700

----------------------------------------------------------------------
 bigtop.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f41aa695/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 7123f5a..4a01f03 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -24,8 +24,8 @@ $(eval BIGTOP_BOM += JDK_VERSION=$(JDK_VERSION))
 # Hadoop 0.20.0-based hadoop package
 HADOOP_NAME=hadoop
 HADOOP_RELNOTES_NAME=Apache Hadoop
-HADOOP_BASE_VERSION=2.3.0
-HADOOP_PKG_VERSION=2.3.0
+HADOOP_BASE_VERSION=2.4.0
+HADOOP_PKG_VERSION=2.4.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