Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/21784#discussion_r202929476
--- Diff:
resource-managers/yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala
---
@@ -111,7 +111,7 @@ private[spark] class YarnClientSchedulerBackend(
override def run() {
try {
val YarnAppReport(_, state, diags) =
- client.monitorApplication(appId.get, logApplicationReport = true)
+ client.monitorApplication(appId.get, logApplicationReport =
false)
--- End diff --
Yes, it's too verbose currently in the client mode. I remembered we only
have such output in cluster mode YARN client. My only concern is that turning
to `false` will also lose the detailed reports. I think it would be better if
we still have the detailed report when state is changed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]