You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Calvin Chong (Jira)" <ji...@apache.org> on 2019/12/13 02:29:00 UTC

[jira] [Created] (ZEPPELIN-4482) Apache Spark 2.4.0 No longer Available for Download

Calvin Chong created ZEPPELIN-4482:
--------------------------------------

             Summary: Apache Spark 2.4.0 No longer Available for Download
                 Key: ZEPPELIN-4482
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4482
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.8.2
            Reporter: Calvin Chong
         Attachments: Screenshot 2019-12-13 at 10.28.03 AM.png

Docker failed to build with Spark standalone while trying to download Spark version 2.4.0.

From Dockerfile
{code:java}
FROM centos:centos7
ENV SPARK_PROFILE 2.4
ENV SPARK_VERSION 2.4.4
ENV HADOOP_PROFILE 2.7
ENV SPARK_HOME /usr/local/spark
{code}
Failed Stage
{code:java}
# install sparkRUN curl -s http://www.apache.org/dist/spark/spark-$SPARK_VERSION/spark-$SPARK_VERSION-bin-hadoop$HADOOP_PROFILE.tgz | tar -xz -C /usr/local/ {code}

Latest Spark available version
[https://www.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)