dongjoon-hyun commented on PR #43643: URL: https://github.com/apache/spark/pull/43643#issuecomment-1792001273
Thank you for approval. `Spark Master`'s `ApplicationPage` only have `ApplicationInfo` (and `ApplicationDescription`). That's all Spark has. We don't have any further information like `ApplicationMaster` (of `yarn` module). https://github.com/apache/spark/blob/b9d379a6b84b67b29ccb578938764b888d64f293/core/src/main/scala/org/apache/spark/deploy/master/ApplicationInfo.scala#L31-L37 https://github.com/apache/spark/blob/b9d379a6b84b67b29ccb578938764b888d64f293/core/src/main/scala/org/apache/spark/deploy/ApplicationDescription.scala#L24-L36 -- 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]
