You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sa...@apache.org on 2016/01/23 12:20:06 UTC

spark git commit: [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page

Repository: spark
Updated Branches:
  refs/heads/master 1c690ddaf -> 358a33bbf


[SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page

Added CSS style to force names of input streams with receivers to wrap

Author: Alex Bozarth <aj...@us.ibm.com>

Closes #10873 from ajbozarth/spark12859.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/358a33bb
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/358a33bb
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/358a33bb

Branch: refs/heads/master
Commit: 358a33bbff549826b2336c317afc7274bdd30fdb
Parents: 1c690dd
Author: Alex Bozarth <aj...@us.ibm.com>
Authored: Sat Jan 23 20:19:58 2016 +0900
Committer: Kousuke Saruta <sa...@oss.nttdata.co.jp>
Committed: Sat Jan 23 20:19:58 2016 +0900

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/streaming/ui/StreamingPage.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/358a33bb/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala
----------------------------------------------------------------------
diff --git a/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala b/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala
index b3692c3..c5d9f26 100644
--- a/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala
+++ b/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala
@@ -466,7 +466,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
     <tr>
       <td rowspan="2" style="vertical-align: middle; width: 151px;">
         <div style="width: 151px;">
-          <div><strong>{receiverName}</strong></div>
+          <div style="word-wrap: break-word;"><strong>{receiverName}</strong></div>
           <div>Avg: {receivedRecords.formattedAvg} events/sec</div>
         </div>
       </td>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org