Repository: spark
Updated Branches:
  refs/heads/branch-1.3 dfe0fa01c -> e9241fa70


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/e9241fa7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e9241fa7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e9241fa7

Branch: refs/heads/branch-1.3
Commit: e9241fa708520ccba5ca6cbe8a0aaf4539f2cc9f
Parents: dfe0fa0
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:11:46 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/e9241fa7/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 c3c8336..e94c390 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
@@ -157,8 +157,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