You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jarno Seppanen (JIRA)" <ji...@apache.org> on 2016/03/31 13:35:25 UTC

[jira] [Closed] (SPARK-14291) Stuck job when using bitwise and

     [ https://issues.apache.org/jira/browse/SPARK-14291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarno Seppanen closed SPARK-14291.
----------------------------------
    Resolution: Invalid

The problem vanished by restarting the cluster

> Stuck job when using bitwise and
> --------------------------------
>
>                 Key: SPARK-14291
>                 URL: https://issues.apache.org/jira/browse/SPARK-14291
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 1.6.0
>         Environment: Amazon EMR release 4.4.0
>            Reporter: Jarno Seppanen
>
> DataFrame operations hang when using bitwise and operation.
> Minimal PySpark example:
> {noformat}
> >>> foo = sqlContext.createDataFrame([(i,) for i in range(10)], ['x'])
> >>> foo.filter(foo.x.bitwiseAND(1) == 1).count()
> [Stage 217:====================================================>(959 + 1) / 960]
> {noformat}
> The job never finishes, it's stuck at the last step.



--
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