You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Anant Daksh Asthana (JIRA)" <ji...@apache.org> on 2014/06/02 20:00:07 UTC

[jira] [Comment Edited] (SPARK-1990) spark-ec2 should only need Python 2.6, not 2.7

    [ https://issues.apache.org/jira/browse/SPARK-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14015593#comment-14015593 ] 

Anant Daksh Asthana edited comment on SPARK-1990 at 6/2/14 5:58 PM:
--------------------------------------------------------------------

Python 2.6 does not have the check_output function. The output needs to be read from stdout.

https://github.com/apache/spark/pull/941


was (Author: slcclimber):
Python 2.6 does not have the check_output function. The output needs to be read from stdout.

> spark-ec2 should only need Python 2.6, not 2.7
> ----------------------------------------------
>
>                 Key: SPARK-1990
>                 URL: https://issues.apache.org/jira/browse/SPARK-1990
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Matei Zaharia
>              Labels: Starter
>             Fix For: 1.0.1, 1.1.0
>
>
> There were some posts on the lists that spark-ec2 does not work with Python 2.6. In addition, we should check the Python version at the top of the script and exit if it's too old.



--
This message was sent by Atlassian JIRA
(v6.2#6252)