-
- Downloads
[SPARK-7658] [STREAMING] [WEBUI] Update the mouse behaviors for the timeline graphs
1. If the user click one point of a batch, scroll down to the corresponding batch row and highlight it. And recovery the batch row after 3 seconds if necessary. 2. Add "#batches" in the histogram graphs.    Author: zsxwing <zsxwing@gmail.com> Closes #6168 from zsxwing/SPARK-7658 and squashes the following commits: c242b00 [zsxwing] Change 5 seconds to 3 seconds 31fd0aa [zsxwing] Remove the mouseover highlight feature 06c6f6f [zsxwing] Merge branch 'master' into SPARK-7658 2eaff06 [zsxwing] Merge branch 'master' into SPARK-7658 108d56c [zsxwing] Update the mouse behaviors for the timeline graphs
Showing
- streaming/src/main/resources/org/apache/spark/streaming/ui/static/streaming-page.css 4 additions, 0 deletions...s/org/apache/spark/streaming/ui/static/streaming-page.css
- streaming/src/main/resources/org/apache/spark/streaming/ui/static/streaming-page.js 41 additions, 1 deletion...es/org/apache/spark/streaming/ui/static/streaming-page.js
- streaming/src/main/scala/org/apache/spark/streaming/ui/AllBatchesTable.scala 2 additions, 1 deletion...scala/org/apache/spark/streaming/ui/AllBatchesTable.scala
Please register or sign in to comment