You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2015/05/01 11:09:49 UTC

bigtop git commit: BIGTOP-1860. ignite-hadoop release URL should point to apache dist server, not a mirror

Repository: bigtop
Updated Branches:
  refs/heads/master 8190e32c6 -> 84b088ca0


BIGTOP-1860. ignite-hadoop release URL should point to apache dist server, not a mirror

Signed-off-by: Evans Ye <ev...@apache.org>


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

Branch: refs/heads/master
Commit: 84b088ca0ba61a44c2397f1366dd884608a042fa
Parents: 8190e32
Author: Konstantin Boudnik <co...@wandisco.com>
Authored: Thu Apr 30 17:01:09 2015 -0700
Committer: Evans Ye <ev...@apache.org>
Committed: Fri May 1 09:08:50 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/84b088ca/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index af378ff..870d8f6 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -59,9 +59,9 @@ IGNITE_HADOOP_PKG_VERSION=$(IGNITE_HADOOP_BASE_VERSION)
 IGNITE_HADOOP_RELEASE_VERSION=1
 IGNITE_HADOOP_TARBALL_DST=$(IGNITE_HADOOP_NAME)-$(IGNITE_HADOOP_BASE_VERSION).tar.gz
 IGNITE_HADOOP_TARBALL_SRC=incubator-ignite-1.0.0-src.zip
-IGNITE_HADOOP_DOWNLOAD_PATH=http://apache-mirror.rbc.ru/pub/apache/incubator/ignite/1.0.0/
-IGNITE_HADOOP_SITE=$(IGNITE_HADOOP_DOWNLOAD_PATH)
-IGNITE_HADOOP_ARCHIVE=$(IGNITE_HADOOP_DOWNLOAD_PATH)
+IGNITE_HADOOP_DOWNLOAD_PATH=/incubator/ignite/1.0.0/
+IGNITE_HADOOP_SITE=$(APACHE_MIRROR)$(IGNITE_HADOOP_DOWNLOAD_PATH)
+IGNITE_HADOOP_ARCHIVE=$(APACHE_ARCHIVE)$(IGNITE_HADOOP_DOWNLOAD_PATH)
 $(eval $(call PACKAGE,ignite-hadoop,IGNITE_HADOOP))
 
 # HBase