[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to