Repository: spark
Updated Branches:
  refs/heads/branch-1.2 0df26bb97 -> 432ceca2a


HOTFIX: Style issue causing build break

Caused by #4601


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

Branch: refs/heads/branch-1.2
Commit: 432ceca2a4edebfafc14f2d12b07e8179eabaa12
Parents: 0df26bb
Author: Patrick Wendell <patr...@databricks.com>
Authored: Mon Feb 16 22:10:39 2015 -0800
Committer: Patrick Wendell <patr...@databricks.com>
Committed: Mon Feb 16 22:15:02 2015 -0800

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/432ceca2/core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala 
b/core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala
index ba085c5..b513fb8 100644
--- a/core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala
+++ b/core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala
@@ -158,8 +158,8 @@ private[spark] class PythonRDD(
                     released = true
                     logInfo(s"Communication with worker ended cleanly, re-use 
it: $worker")
                   } else {
-                    logInfo(s"Communication with worker did not end cleanly 
(ending with $ending), " +
-                      s"close it: $worker")
+                    logInfo(s"Communication with worker did not end cleanly " +
+                      s"(ending with $ending), close it: $worker")
                   }
                 } else {
                   logInfo(s"The ending mark from worker is not available, 
close it: $worker")


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

Reply via email to