[
https://issues.apache.org/jira/browse/SPARK-9012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kousuke Saruta resolved SPARK-9012.
-----------------------------------
Resolution: Fixed
> 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
> Assignee: Shixiong Zhu
> Fix For: 1.4.2, 1.5.0
>
> Attachments: Screen Shot 2015-07-13 at 8.02.44 PM.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: [email protected]
For additional commands, e-mail: [email protected]