ConeyLiu commented on pull request #29770: URL: https://github.com/apache/spark/pull/29770#issuecomment-693374167
> But what should we do with the following if(isYarnCluster) snippet in SparkSubmit.scala, copy-paste and change it to if(isMyYarnCluster)? The `childArgs ` is passed to start the cluster mode driver. If user want to use the `UserDefinedClusterManager` and with cluster mode, they should be processed the logic in the `Main.class` right? The current `ExternalClusterManager ` has no ability to process it. ---------------------------------------------------------------- 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]
