yiming187 closed pull request #293: Fix invalid URL for
spark-2.1.2-bin-hadoop2.7 downloading
URL: https://github.com/apache/kylin/pull/293
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/website/_dev/dev_env.cn.md b/website/_dev/dev_env.cn.md
index 8a9a191d0b..d78121231b 100644
--- a/website/_dev/dev_env.cn.md
+++ b/website/_dev/dev_env.cn.md
@@ -47,7 +47,7 @@ ln -s /root/apache-maven-3.2.5/bin/mvn /usr/bin/mvn
在像 /usr/local/spark 这样的本地文件夹下手动安装 spark-2.1.2-bin-hadoop2.7
{% highlight Groff markup %}
-wget -O /tmp/spark-2.1.2-bin-hadoop2.7.tgz
http://d3kbcqa49mib13.cloudfront.net/spark-2.1.2-bin-hadoop2.7.tgz
+wget -O /tmp/spark-2.1.2-bin-hadoop2.7.tgz
https://archive.apache.org/dist/spark/spark-2.1.2/spark-2.1.2-bin-hadoop2.7.tgz
cd /usr/local
tar -zxvf /tmp/spark-2.1.2-bin-hadoop2.7.tgz
ln -s spark-2.1.2-bin-hadoop2.7 spark
diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md
index 1e02cc1d9f..226ad553bf 100644
--- a/website/_dev/dev_env.md
+++ b/website/_dev/dev_env.md
@@ -47,7 +47,7 @@ ln -s /root/apache-maven-3.2.5/bin/mvn /usr/bin/mvn
Manually install spark-2.1.2-bin-hadoop2.7 in a local folder like
/usr/local/spark
{% highlight Groff markup %}
-wget -O /tmp/spark-2.1.2-bin-hadoop2.7.tgz
http://d3kbcqa49mib13.cloudfront.net/spark-2.1.2-bin-hadoop2.7.tgz
+wget -O /tmp/spark-2.1.2-bin-hadoop2.7.tgz
https://archive.apache.org/dist/spark/spark-2.1.2/spark-2.1.2-bin-hadoop2.7.tgz
cd /usr/local
tar -zxvf /tmp/spark-2.1.2-bin-hadoop2.7.tgz
ln -s spark-2.1.2-bin-hadoop2.7 spark
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services