aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-16 22:10:39 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-16 22:11:28 -0800
commitc06e42f2c1e5fcf123b466efd27ee4cb53bbed3f (patch)
tree6a3dd0a1ca43755edb9c224fdd2350a55aed623c /core
parentfd84229e2aeb6a03760703c9dccd2db853779400 (diff)
downloadspark-c06e42f2c1e5fcf123b466efd27ee4cb53bbed3f.tar.gz
spark-c06e42f2c1e5fcf123b466efd27ee4cb53bbed3f.tar.bz2
spark-c06e42f2c1e5fcf123b466efd27ee4cb53bbed3f.zip
HOTFIX: Style issue causing build break
Caused by #4601
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala4
1 files changed, 2 insertions, 2 deletions
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 c3c8336a43..e94c390df8 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")