Commit 9d1f4d6
[SPARK-8145] [WEBUI] Trigger a double click on the span to show full job description.
When using the Spark SQL, Jobs tab and Stages tab display only part of SQL. I change it to display full SQL by double-click on the description span
before:

after double click on the description span:

Author: 979969786 <q79969786@gmail.com>
Closes #6646 from 979969786/master and squashes the following commits:
b5ba20e [979969786] Trigger a double click on the span to show full job description.
(cherry picked from commit 081db94)
Signed-off-by: Andrew Or <andrew@databricks.com>1 parent b6fdc6c commit 9d1f4d6
File tree
2 files changed
+13
-0
lines changed- core/src/main/resources/org/apache/spark/ui/static
2 files changed
+13
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
| |||
0 commit comments