dongjoon-hyun commented on pull request #31877: URL: https://github.com/apache/spark/pull/31877#issuecomment-801995607
@HyukjinKwon , @attilapiros , @viirya . I tried to use `DependencyUtils`, but it turns out that it fails at the execution because `Utils.doFetchFile` depends on `SparkEnv.get`. `SparkSubmit` use this K8s submission code before `SparkEnv` creation. In this case, I believe this vanilla approach is the only way. -- 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]
