KevinSmile edited a comment on pull request #29770: URL: https://github.com/apache/spark/pull/29770#issuecomment-693376564
But `Main.class`'s `childArgs` is retrieved from `SparkSubmit`( 4-tuple return value of `prepareSubmitEnvironment`)? https://github.com/apache/spark/blob/2e3aa2f0232a539346da3df8a20cd8e7c2b7dd4f/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L876-L877 https://github.com/apache/spark/blob/2e3aa2f0232a539346da3df8a20cd8e7c2b7dd4f/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L934 So it's another topic? Which means that the current design of `SparkSubmit.scala `and `ExternalClusterManager` is not so elegant? ---------------------------------------------------------------- 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]
