Shixiong Zhu created SPARK-9012:
-----------------------------------
Summary: 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
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]