Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF78F186E2 for ; Sat, 23 Jan 2016 11:20:21 +0000 (UTC) Received: (qmail 13807 invoked by uid 500); 23 Jan 2016 11:20:21 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 13774 invoked by uid 500); 23 Jan 2016 11:20:21 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 13757 invoked by uid 99); 23 Jan 2016 11:20:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jan 2016 11:20:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62647DFF8E; Sat, 23 Jan 2016 11:20:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sarutak@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers don't fit in Streaming page Date: Sat, 23 Jan 2016 11:20:21 +0000 (UTC) Repository: spark Updated Branches: refs/heads/branch-1.6 b5d7dbeb3 -> dca238af7 [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 Closes #10873 from ajbozarth/spark12859. (cherry picked from commit 358a33bbff549826b2336c317afc7274bdd30fdb) Signed-off-by: Kousuke Saruta Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dca238af Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dca238af Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dca238af Branch: refs/heads/branch-1.6 Commit: dca238af7ef39e0d1951b72819f12092eae1964a Parents: b5d7dbe Author: Alex Bozarth Authored: Sat Jan 23 20:19:58 2016 +0900 Committer: Kousuke Saruta Committed: Sat Jan 23 20:20:18 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/dca238af/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 4588b21..23950d4 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 @@ -459,7 +459,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
-
{receiverName}
+
{receiverName}
Avg: {receivedRecords.formattedAvg} events/sec
--------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org