Faris bin Faris created PIO-205:
-----------------------------------
Summary: Update Dockerfile to reflect new Spark version
Key: PIO-205
URL: https://issues.apache.org/jira/browse/PIO-205
Project: PredictionIO
Issue Type: Bug
Components: Build
Reporter: Faris bin Faris
Fix For: Future
new release of Spark(2.2.3) making the old mirror(2.2.2) expired and throws an
error when building.
{code:java}
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
&& tar zxvf /opt/src/spark-$SPARK_VERSION.tgz && echo "SPARK_HOME="`pwd`/`ls
-d spark*` >> /etc/predictionio/pio-env.sh && rm -rf /opt/src ---> Running in
b4603a9775ce
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)