aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorCarson Wang <carson.wang@intel.com>2015-08-11 23:25:02 -0700
committerAndrew Or <andrew@databricks.com>2015-08-11 23:25:02 -0700
commitbab89232854de7554e88f29cab76f1a1c349edc1 (patch)
tree202a6c8d91c2beb7e890cb01ed694b274d3950bf /docs/running-on-mesos.md
parent4e3f4b934f74e8c7c06f4940d6381343f9fd4918 (diff)
downloadspark-bab89232854de7554e88f29cab76f1a1c349edc1.tar.gz
spark-bab89232854de7554e88f29cab76f1a1c349edc1.tar.bz2
spark-bab89232854de7554e88f29cab76f1a1c349edc1.zip
[SPARK-9426] [WEBUI] Job page DAG visualization is not shown
To reproduce the issue, go to the stage page and click DAG Visualization once, then go to the job page to show the job DAG visualization. You will only see the first stage of the job. Root cause: the java script use local storage to remember your selection. Once you click the stage DAG visualization, the local storage set `expand-dag-viz-arrow-stage` to true. When you go to the job page, the js checks `expand-dag-viz-arrow-stage` in the local storage first and will try to show stage DAG visualization on the job page. To fix this, I set an id to the DAG span to differ job page and stage page. In the js code, we check the id and local storage together to make sure we show the correct DAG visualization. Author: Carson Wang <carson.wang@intel.com> Closes #8104 from carsonwang/SPARK-9426.
Diffstat (limited to 'docs/running-on-mesos.md')
0 files changed, 0 insertions, 0 deletions