tgravescs commented on a change in pull request #30096:
URL: https://github.com/apache/spark/pull/30096#discussion_r517659582
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -189,6 +189,15 @@ package object config extends Logging {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("1s")
+ private[spark] val CLIENT_REPORT_INCLUDE_DRIVER_LOGS_LINK =
+ ConfigBuilder("spark.yarn.report.includeDriverLogsLink")
+ .doc("In cluster mode, whether print include links to the driver
container's logs alongside "
Review comment:
whether the client application report includes links to the driver
container's logs.
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -189,6 +189,15 @@ package object config extends Logging {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("1s")
+ private[spark] val CLIENT_REPORT_INCLUDE_DRIVER_LOGS_LINK =
+ ConfigBuilder("spark.yarn.report.includeDriverLogsLink")
Review comment:
we are trying to not add a bunch of unneeded components to configs. how
about spark.yarn.includeDriverLogsLinkInReport
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]