Updated Branches: refs/heads/master c3daf70b4 -> d7ba64a3c
Hooking up to the official RC1 of Hadoop 2.0.5-alpha Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/d7ba64a3 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d7ba64a3 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d7ba64a3 Branch: refs/heads/master Commit: d7ba64a3c510779f6113c5f6a94bbcd4bc4134e1 Parents: c3daf70 Author: Roman Shaposhnik <[email protected]> Authored: Mon Jun 3 08:39:45 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Mon Jun 3 08:39:45 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d7ba64a3/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index c59f4f4..3ad2b49 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=https://builds.apache.org/job/Hadoop-branch-2.0.5/lastSuccessfulBuild/artifact/branch-2.0.5/hadoop-dist/target/ +HADOOP_SITE=http://people.apache.org/~cos/hadoop-2.0.5-alpha-rc1/ HADOOP_ARCHIVE=$(HADOOP_SITE) $(eval $(call PACKAGE,hadoop,HADOOP))
