You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andre Schumacher (JIRA)" <ji...@apache.org> on 2015/12/03 10:27:11 UTC

[jira] [Created] (SPARK-12121) Remote Spark init.sh called from spark_ec2.py points to incorrect prebuilt image URL

Andre Schumacher created SPARK-12121:
----------------------------------------

             Summary: Remote Spark init.sh called from spark_ec2.py points to incorrect prebuilt image URL
                 Key: SPARK-12121
                 URL: https://issues.apache.org/jira/browse/SPARK-12121
             Project: Spark
          Issue Type: Bug
          Components: EC2
    Affects Versions: 1.5.2
            Reporter: Andre Schumacher



The tar ball for 1.5.2 with Hadoop 1 (the default) has the scala version appended to the file name, which leads to spark_ec2.py failing on starting up the cluster. Here is the record from the S3 contents:

<Contents>
<Key>spark-1.5.2-bin-hadoop1-scala2.11.tgz</Key>
<LastModified>2015-11-10T06:45:17.000Z</LastModified>
<ETag>"056fc68e549db27d986da707f19e39c8-4"</ETag>
<Size>234574403</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>

Maybe one could provide one without the scala suffix (default)?

A workaround is to use set the Hadoop version to a version different from 1 when calling spark-ec2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org