tgravescs commented on code in PR #45565:
URL: https://github.com/apache/spark/pull/45565#discussion_r1528603979
##########
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala:
##########
@@ -788,9 +788,9 @@ private[spark] class ApplicationMaster(
override def onStart(): Unit = {
driver.send(RegisterClusterManager(self))
- // if deployment mode for yarn Application is client
+ // if deployment mode for yarn Application is managed client
// then send the AM Log Info to spark driver
- if (!isClusterMode) {
+ if (!isClusterMode && !sparkConf.get(YARN_UNMANAGED_AM)) {
Review Comment:
This causes the entire process to not show up in the executor page then?
--
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]