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

[jira] [Updated] (SPARK-9012) Accumulators in the task table should be escaped

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

Shixiong Zhu updated SPARK-9012:
--------------------------------
    Attachment: screenshot-1.png

> Accumulators in the task table should be escaped
> ------------------------------------------------
>
>                 Key: SPARK-9012
>                 URL: https://issues.apache.org/jira/browse/SPARK-9012
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>            Reporter: Shixiong Zhu
>         Attachments: screenshot-1.png
>
>
> If running the following codes, the task table will be broken because accumulators aren't escaped.
> {code}
> val a = sc.accumulator(1, "<table>")
> sc.parallelize(1 to 10).foreach(i => a += i)
> {code}



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