You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2015/03/31 02:18:24 UTC

bigtop git commit: BIGTOP-1779. giraph compile broken

Repository: bigtop
Updated Branches:
  refs/heads/master 5646c87d7 -> c1f3c8aa3


BIGTOP-1779. giraph compile broken

Signed-off-by: YoungWoo Kim <yw...@apache.org>


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

Branch: refs/heads/master
Commit: c1f3c8aa3e0bcd478e3cf27d9678b530e77d21c1
Parents: 5646c87
Author: Evans Ye <ev...@apache.org>
Authored: Sun Mar 29 05:46:08 2015 +0000
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Tue Mar 31 09:17:29 2015 +0900

----------------------------------------------------------------------
 bigtop.mk | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c1f3c8aa/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 706942f..5c8322a 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -200,11 +200,9 @@ GIRAPH_PKG_VERSION=1.1.0
 GIRAPH_RELEASE_VERSION=1
 GIRAPH_TARBALL_DST=$(GIRAPH_NAME)-$(GIRAPH_BASE_VERSION).tar.gz
 GIRAPH_TARBALL_SRC=$(GIRAPH_NAME)-dist-$(GIRAPH_BASE_VERSION)-src.tar.gz
-#GIRAPH_DOWNLOAD_PATH=/giraph/$(GIRAPH_PKG_NAME)-$(GIRAPH_BASE_VERSION)
-#GIRAPH_SITE=$(APACHE_MIRROR)$(GIRAPH_DOWNLOAD_PATH)
-#GIRAPH_ARCHIVE=$(APACHE_ARCHIVE)$(GIRAPH_DOWNLOAD_PATH)
-GIRAPH_SITE=http://people.apache.org/~rvs/giraph-1.1.0-RC0
-GIRAPH_ARCHIVE=http://people.apache.org/~rvs/giraph-1.1.0-RC0
+GIRAPH_DOWNLOAD_PATH=/giraph/$(GIRAPH_PKG_NAME)-$(GIRAPH_BASE_VERSION)
+GIRAPH_SITE=$(APACHE_MIRROR)$(GIRAPH_DOWNLOAD_PATH)
+GIRAPH_ARCHIVE=$(APACHE_ARCHIVE)$(GIRAPH_DOWNLOAD_PATH)
 $(eval $(call PACKAGE,giraph,GIRAPH))
 
 # Hue