You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2014/06/25 22:43:26 UTC

[jira] [Comment Edited] (SPARK-2242) Running sc.parallelize(..).count() hangs pyspark

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

Xiangrui Meng edited comment on SPARK-2242 at 6/25/14 8:43 PM:
---------------------------------------------------------------

Fixed in https://github.com/apache/spark/pull/1178


was (Author: mengxr):
Fixed in https://github.com/apache/spark/pull/1197

> Running sc.parallelize(..).count() hangs pyspark
> ------------------------------------------------
>
>                 Key: SPARK-2242
>                 URL: https://issues.apache.org/jira/browse/SPARK-2242
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 1.1.0
>            Reporter: Xiangrui Meng
>            Assignee: Andrew Or
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> Running the following code hangs pyspark in a shell:
> {code}
> sc.parallelize(range(100), 100).count()
> {code}
> It happens in the master branch, but not branch-1.0. And it seems that it only happens in a pyspark shell. [~andrewor14] helped confirm this bug.



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