This is an automated email from the ASF dual-hosted git repository.
shimamoto pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/predictionio.git
The following commit(s) were added to refs/heads/develop by this push:
new 6fd61b2 Update spark binary download URL (#514)
6fd61b2 is described below
commit 6fd61b2a74be895fb2132c23434201f8bbe4eafd
Author: Azli Abdullah <[email protected]>
AuthorDate: Fri May 17 09:14:30 2019 +0800
Update spark binary download URL (#514)
---
docker/pio/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/pio/Dockerfile b/docker/pio/Dockerfile
index 465bb07..0d45418 100644
--- a/docker/pio/Dockerfile
+++ b/docker/pio/Dockerfile
@@ -56,7 +56,7 @@ RUN curl -o $PIO_HOME/lib/postgresql-$PGSQL_VERSION.jar \
WORKDIR /usr/share
RUN curl -o /opt/src/spark-$SPARK_VERSION.tgz \
-
http://www-us.apache.org/dist/spark/spark-$SPARK_VERSION/spark-$SPARK_VERSION-bin-hadoop2.7.tgz
&& \
+
http://archive.apache.org/dist/spark/spark-$SPARK_VERSION/spark-$SPARK_VERSION-bin-hadoop2.7.tgz
&& \
tar zxvf /opt/src/spark-$SPARK_VERSION.tgz && \
echo "SPARK_HOME="`pwd`/`ls -d spark*` >> /etc/predictionio/pio-env.sh && \
rm -rf /opt/src