dongjoon-hyun commented on code in PR #38205:
URL: https://github.com/apache/spark/pull/38205#discussion_r993052278
##########
core/src/main/scala/org/apache/spark/scheduler/SchedulerBackend.scala:
##########
@@ -73,7 +75,12 @@ private[spark] trait SchedulerBackend {
* Executors tab for the driver.
* @return Map containing the log names and their respective URLs
*/
- def getDriverLogUrls: Option[Map[String, String]] = None
+ def getDriverLogUrls: Option[Map[String, String]] = {
Review Comment:
Do you happen to know any instances where the production YARN clusters use
the external log services?
--
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]