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:08:04 UTC

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

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