Github user liyinan926 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19717#discussion_r155979008
--- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
@@ -294,6 +298,16 @@ object SparkSubmit extends CommandLineUtils with
Logging {
}
}
+ if (clusterManager == KUBERNETES) {
+ args.master = Utils.checkAndGetK8sMasterUrl(args.master)
+ // Make sure YARN is included in our build if we're trying to use it
--- End diff --
Done.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]