You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Miles Crawford (JIRA)" <ji...@apache.org> on 2017/08/03 17:00:07 UTC

[jira] [Commented] (SPARK-17669) Strange behavior using Datasets

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

Miles Crawford commented on SPARK-17669:
----------------------------------------

This UI behavior is caused by SPARK-18838 - events are being dropped so the UI cannot show accurate status.

> Strange behavior using Datasets
> -------------------------------
>
>                 Key: SPARK-17669
>                 URL: https://issues.apache.org/jira/browse/SPARK-17669
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL, Web UI
>    Affects Versions: 2.0.0
>            Reporter: Miles Crawford
>
> I recently migrated my application to Spark 2.0, and everything worked well, except for one function that uses "toDS" and the ML libraries.
> This stage used to complete in 15 minutes or so on 1.6.2, and now takes almost two hours.
> The UI shows very strange behavior - completed stages still being worked on, concurrent work on tons of stages, including ones from downstream jobs:
> https://dl.dropboxusercontent.com/u/231152/spark.png
> The only source change I made was changing "toDF" to "toDS()" before handing my RDDs to the ML libraries.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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