From 91e947e9ceb4688d278ca3ace4a1d0005996fcd1 Mon Sep 17 00:00:00 2001 From: Ahmed Mostafa Date: Thu, 15 Dec 2016 11:36:29 +0200 Subject: [PATCH] update Ignite binary url to pick from apache archive --- apache-ignite/install-ignite-v01.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apache-ignite/install-ignite-v01.sh b/apache-ignite/install-ignite-v01.sh index c31f858..55d6c63 100644 --- a/apache-ignite/install-ignite-v01.sh +++ b/apache-ignite/install-ignite-v01.sh @@ -54,7 +54,8 @@ export HADOOP_HDFS_HOME="/usr/hdp/current/hadoop-hdfs-client"; export HADOOP_MAPRED_HOME="/usr/hdp/current/hadoop-mapreduce-client"; IGNITE_BINARY="apache-ignite-hadoop-1.7.0-bin"; -IGNITE_BINARY_URI="https://www.apache.org/dist/ignite/1.7.0/$IGNITE_BINARY.zip"; +IGNITE_BINARY_URI="https://archive.apache.org/dist/ignite/1.7.0/$IGNITE_BINARY.zip" +#IGNITE_BINARY_URI="https://www.apache.org/dist/ignite/1.7.0/$IGNITE_BINARY.zip"; IGNITE_TMPFOLDER=/tmp/ignite export IGNITE_HOME_DIR="/hadoop/ignite"; export IGNITE_HOME="$IGNITE_HOME_DIR/$IGNITE_BINARY";