spark git commit: [Minor] Fix incorrect warning log

2015-02-04 Thread tdas
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



spark git commit: [Minor] Fix incorrect warning log

2015-02-04 Thread tdas
Repository: spark
Updated Branches:
  refs/heads/branch-1.3 4d3dbfda3 - 316a4bb54


[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.

(cherry picked from commit a74cbbf12fa59df37eb7172652138c78707d33d8)
Signed-off-by: Tathagata Das t...@databricks.com


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

Branch: refs/heads/branch-1.3
Commit: 316a4bb541c639ba9f47e20bec487fdbdb95734e
Parents: 4d3dbfd
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:51 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/316a4bb5/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