aboutsummaryrefslogtreecommitdiff
path: root/.rat-excludes
diff options
context:
space:
mode:
authorKay Ousterhout <kayousterhout@gmail.com>2014-07-08 22:57:21 -0700
committerReynold Xin <rxin@apache.org>2014-07-08 22:57:21 -0700
commit339441f545ca96de4a7d6271e32f16803539a8c8 (patch)
treeebfd133fb1e65fd838fb0c8ebd824e0187971978 /.rat-excludes
parent1114207cc8e4ef94cb97bbd5a2ef3ae4d51f73fa (diff)
downloadspark-339441f545ca96de4a7d6271e32f16803539a8c8.tar.gz
spark-339441f545ca96de4a7d6271e32f16803539a8c8.tar.bz2
spark-339441f545ca96de4a7d6271e32f16803539a8c8.zip
[SPARK-2384] Add tooltips to UI.
This patch adds tooltips to clarify some points of confusion in the UI. When users mouse over some of the table headers (shuffle read, write, and input size) as well as over the "scheduler delay" metric shown for each stage, a black tool tip (see image below) pops up describing the metric in more detail. After the tooltip mechanism is added by this commit, I imagine others may want to add more tooltips for other things in the UI, but I think this is a good starting point. ![tooltip](https://cloud.githubusercontent.com/assets/1108612/3491905/994e179e-059f-11e4-92f2-c6c12d248d81.jpg) This looks scary-big but much of it is adding the bootstrap tool tip JavaScript. Also I have no idea what to put for the license in tooltip (I left it the same -- the Twitter apache header) or for JQuery (left it as nothing) -- @mateiz what's the right thing here? cc @pwendell @andrewor14 @rxin Author: Kay Ousterhout <kayousterhout@gmail.com> Closes #1314 from kayousterhout/tooltips and squashes the following commits: 19981b5 [Kay Ousterhout] Exclude non-licensed javascript files from style check d9ab5a9 [Kay Ousterhout] Response to Andrew's review 7752449 [Kay Ousterhout] [SPARK-2384] Add tooltips to UI.
Diffstat (limited to '.rat-excludes')
-rw-r--r--.rat-excludes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rat-excludes b/.rat-excludes
index 796c32a808..372bc2587c 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -22,6 +22,8 @@ slaves
spark-env.sh
spark-env.sh.template
log4j-defaults.properties
+bootstrap-tooltip.js
+jquery-1.11.1.min.js
sorttable.js
.*txt
.*json