[
https://issues.apache.org/jira/browse/PIO-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Takako Shimamoto resolved PIO-205.
----------------------------------
Resolution: Fixed
Fix Version/s: (was: Future)
0.14.0
> 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
> Priority: Minor
> Fix For: 0.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)