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

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

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

Apache Spark commented on SPARK-8702:
-------------------------------------

User 'zsxwing' has created a pull request for this issue:
https://github.com/apache/spark/pull/7082

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