Skip to content

Commit 2e7810b

Browse files
committed
Fixed a comment
1 parent caf2206 commit 2e7810b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ object SparkSubmit extends CommandLineUtils with Logging {
300300

301301
if (clusterManager == KUBERNETES) {
302302
args.master = Utils.checkAndGetK8sMasterUrl(args.master)
303-
// Make sure YARN is included in our build if we're trying to use it
303+
// Make sure KUBERNETES is included in our build if we're trying to use it
304304
if (!Utils.classIsLoadable(KUBERNETES_CLUSTER_SUBMIT_CLASS) && !Utils.isTesting) {
305305
printErrorAndExit(
306306
"Could not load KUBERNETES classes. " +

0 commit comments

Comments
 (0)