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 67580f1 commit 18f82d2Copy full SHA for 18f82d2
core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -322,6 +322,9 @@ object SparkSubmit {
322
case (MESOS, CLUSTER) if args.isPython =>
323
printErrorAndExit("Cluster deploy mode is currently not supported for python " +
324
"applications on Mesos clusters.")
325
+ case (MESOS, CLUSTER) if args.isR =>
326
+ printErrorAndExit("Cluster deploy mode is currently not supported for R " +
327
+ "applications on Mesos clusters.")
328
case (STANDALONE, CLUSTER) if args.isPython =>
329
330
"applications on standalone clusters.")
0 commit comments