Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21356#discussion_r189099861
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/AsyncEventQueue.scala ---
@@ -34,7 +34,8 @@ import org.apache.spark.util.Utils
* Delivery will only begin when the `start()` method is called. The
`stop()` method should be
* called when no more events need to be delivered.
*/
-private class AsyncEventQueue(val name: String, conf: SparkConf, metrics:
LiveListenerBusMetrics)
+private class AsyncEventQueue(val name: String, conf: SparkConf, metrics:
LiveListenerBusMetrics,
--- End diff --
one param per line now that they don't fit
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]