We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf2206 commit 2e7810bCopy full SHA for 2e7810b
core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -300,7 +300,7 @@ object SparkSubmit extends CommandLineUtils with Logging {
300
301
if (clusterManager == KUBERNETES) {
302
args.master = Utils.checkAndGetK8sMasterUrl(args.master)
303
- // Make sure YARN is included in our build if we're trying to use it
+ // Make sure KUBERNETES is included in our build if we're trying to use it
304
if (!Utils.classIsLoadable(KUBERNETES_CLUSTER_SUBMIT_CLASS) && !Utils.isTesting) {
305
printErrorAndExit(
306
"Could not load KUBERNETES classes. " +
0 commit comments