mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Change address to archive.apache.org from www.apache.org to download all spark packages
This commit is contained in:
parent
7998ffd54f
commit
0ead0b9da0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ ZEPPELIN_HOME="$(cd "${FWDIR}/.."; pwd)"
|
|||
export SPARK_HOME=${ZEPPELIN_HOME}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}
|
||||
echo "SPARK_HOME is ${SPARK_HOME} "
|
||||
if [ ! -d "${SPARK_HOME}" ]; then
|
||||
wget -q http://www.us.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz
|
||||
wget -q http://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz
|
||||
tar zxf spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue