Updated Branches: refs/heads/master 437b265d4 -> 94ba695b7
BIGTOP-822. Bump version of Hadoop to 2.0.4 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/94ba695b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/94ba695b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/94ba695b Branch: refs/heads/master Commit: 94ba695b73850f420dad329cb3d39325e95fcad5 Parents: 437b265 Author: Roman Shaposhnik <[email protected]> Authored: Sun Apr 14 15:16:14 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Apr 14 15:16:14 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/94ba695b/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 7fa1a13..cb052f5 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -26,7 +26,7 @@ HADOOP_TARBALL_SRC=$(HADOOP_NAME)-$(HADOOP_BASE_VERSION)-src.tar.gz #HADOOP_DOWNLOAD_PATH=/hadoop/common/$(HADOOP_NAME)-$(HADOOP_BASE_VERSION) #HADOOP_SITE=$(APACHE_MIRROR)$(HADOOP_DOWNLOAD_PATH) #HADOOP_ARCHIVE=$(APACHE_ARCHIVE)$(HADOOP_DOWNLOAD_PATH) -HADOOP_SITE=http://people.apache.org/~acmurthy/hadoop-2.0.4-alpha-rc1/ +HADOOP_SITE=http://people.apache.org/~acmurthy/hadoop-2.0.4-alpha-rc2/ HADOOP_ARCHIVE=$(HADOOP_SITE) $(eval $(call PACKAGE,hadoop,HADOOP))
