Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19717#discussion_r154549074
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -251,6 +252,7 @@ object SparkSubmit extends CommandLineUtils with 
Logging {
             YARN
           case m if m.startsWith("spark") => STANDALONE
           case m if m.startsWith("mesos") => MESOS
    +      case m if m.startsWith("k8s") => KUBERNETES
           case m if m.startsWith("local") => LOCAL
           case _ =>
             printErrorAndExit("Master must either be yarn or start with spark, 
mesos, local")
    --- End diff --
    
    `Master must either be yarn or start with spark, mesos, k8s, local`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to