You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kousuke Saruta (JIRA)" <ji...@apache.org> on 2015/06/29 17:48:04 UTC

[jira] [Updated] (SPARK-8702) Avoid massive concating strings in Javascript

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

Kousuke Saruta updated SPARK-8702:
----------------------------------
    Assignee: Shixiong Zhu

> Avoid massive concating strings in Javascript
> ---------------------------------------------
>
>                 Key: SPARK-8702
>                 URL: https://issues.apache.org/jira/browse/SPARK-8702
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Web UI
>            Reporter: Shixiong Zhu
>            Assignee: Shixiong Zhu
>
> When there are massive tasks, such as {{sc.parallelize(1 to 100000, 10000).count()}}, the generated JS codes have a lot of string concatenations in the stage page, nearly 40 string concatenations for one task.
> We can generate the whole string for a task instead of execution string concatenations in the browser.



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