Commit ad92af9
[SPARK-7664] [WEBUI] DAG visualization: Fix incorrect link paths of DAG.
In JobPage, we can jump a StagePage when we click corresponding box of DAG viz but the link path is incorrect.
When we click a box like as follows ...

We jump to index page.

Author: Kousuke Saruta <[email protected]>
Closes #6184 from sarutak/fix-link-path-of-dag-viz and squashes the following commits:
faba3ba [Kousuke Saruta] Fix a incorrect link1 parent 8ab1450 commit ad92af9
File tree
1 file changed
+3
-2
lines changed- core/src/main/resources/org/apache/spark/ui/static
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments