dongjoon-hyun commented on a change in pull request #35799:
URL: https://github.com/apache/spark/pull/35799#discussion_r841166793
##########
File path:
streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala
##########
@@ -616,6 +616,27 @@ class StreamingContext private[streaming] (
}
}
+ /**
+ * Registers streaming listeners specified in spark.streaming.extraListeners.
+ */
+ private def setupExtraStreamingListener(): Unit = {
Review comment:
I guess `registerXXX` is more seamless than `setupXXX` because
- we have `registerProgressListener` already
- function description also says `Registers`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]