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 2013/04/05 17:52:14 UTC

git commit: BIGTOP-822. Bump version of Hadoop to 2.0.4

Updated Branches:
  refs/heads/master 806e1b538 -> edf58eca3


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/edf58eca
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/edf58eca
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/edf58eca

Branch: refs/heads/master
Commit: edf58eca373fd37e4fc43e02f46d5b887196ccda
Parents: 806e1b5
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Fri Apr 5 08:51:27 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Apr 5 08:51:27 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/edf58eca/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 1c9d43c..5b67ea9 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/view/Hadoop/job/Hadoop-branch-2.0.4/lastSuccessfulBuild/artifact/branch-2.0.4/hadoop-dist/target
+HADOOP_SITE=https://builds.apache.org/job/Hadoop-branch-2.0.4/lastSuccessfulBuild/artifact/branch-2.0.4/hadoop-dist/target
 HADOOP_ARCHIVE=$(HADOOP_SITE)
 $(eval $(call PACKAGE,hadoop,HADOOP))