Repository: spark
Updated Branches:
  refs/heads/master 4cf4cba08 -> a74cbbf12


[Minor] Fix incorrect warning log

The warning log looks incorrect. Just fix it.

Author: Liang-Chi Hsieh <vii...@gmail.com>

Closes #4360 from viirya/fixing_typo and squashes the following commits:

48fbe4f [Liang-Chi Hsieh] Fix incorrect warning log.


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

Branch: refs/heads/master
Commit: a74cbbf12fa59df37eb7172652138c78707d33d8
Parents: 4cf4cba
Author: Liang-Chi Hsieh <vii...@gmail.com>
Authored: Wed Feb 4 00:52:41 2015 -0800
Committer: Tathagata Das <t...@databricks.com>
Committed: Wed Feb 4 00:52:41 2015 -0800

----------------------------------------------------------------------
 .../org/apache/spark/streaming/scheduler/ReceiverTracker.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a74cbbf1/streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
----------------------------------------------------------------------
diff --git 
a/streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
 
b/streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
index 00456ab..b36aeb3 100644
--- 
a/streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
+++ 
b/streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala
@@ -254,7 +254,7 @@ class ReceiverTracker(ssc: StreamingContext, 
skipReceiverLaunch: Boolean = false
 
       // Check if all the receivers have been deregistered or not
       if (!receiverInfo.isEmpty) {
-        logWarning("All of the receivers have not deregistered, " + 
receiverInfo)
+        logWarning("Not all of the receivers have deregistered, " + 
receiverInfo)
       } else {
         logInfo("All of the receivers have deregistered successfully")
       }


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

Reply via email to