aboutsummaryrefslogtreecommitdiff
path: root/dev/lint-python
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-07-15 17:30:57 +0900
committerKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-07-15 17:30:57 +0900
commitadb33d3665770daf2ccb8915d19e198be9dc3b47 (patch)
treea9a9c45a332da660ad9d8bdcddcbcdc159fae205 /dev/lint-python
parent14935d846a4f6bcd4d2a448a8f112fa5dee769ba (diff)
downloadspark-adb33d3665770daf2ccb8915d19e198be9dc3b47.tar.gz
spark-adb33d3665770daf2ccb8915d19e198be9dc3b47.tar.bz2
spark-adb33d3665770daf2ccb8915d19e198be9dc3b47.zip
[SPARK-9012] [WEBUI] Escape Accumulators in the task table
If running the following codes, the task table will be broken because accumulators aren't escaped. ``` val a = sc.accumulator(1, "<table>") sc.parallelize(1 to 10).foreach(i => a += i) ``` Before this fix, <img width="1348" alt="screen shot 2015-07-13 at 8 02 44 pm" src="https://cloud.githubusercontent.com/assets/1000778/8649295/b17c491e-299b-11e5-97ee-4e6a64074c4f.png"> After this fix, <img width="1355" alt="screen shot 2015-07-13 at 8 14 32 pm" src="https://cloud.githubusercontent.com/assets/1000778/8649337/f9e9c9ec-299b-11e5-927e-35c0a2f897f5.png"> Author: zsxwing <zsxwing@gmail.com> Closes #7369 from zsxwing/SPARK-9012 and squashes the following commits: a83c9b6 [zsxwing] Escape Accumulators in the task table
Diffstat (limited to 'dev/lint-python')
0 files changed, 0 insertions, 0 deletions