You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/02/17 07:11:38 UTC

spark git commit: HOTFIX: Style issue causing build break

Repository: spark
Updated Branches:
  refs/heads/master fd84229e2 -> c06e42f2c


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

Branch: refs/heads/master
Commit: c06e42f2c1e5fcf123b466efd27ee4cb53bbed3f
Parents: fd84229
Author: Patrick Wendell <pa...@databricks.com>
Authored: Mon Feb 16 22:10:39 2015 -0800
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Mon Feb 16 22:11:28 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/c06e42f2/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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org