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

    https://github.com/apache/spark/pull/19717#discussion_r153407820
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -702,6 +715,19 @@ object SparkSubmit extends CommandLineUtils with 
Logging {
           }
         }
     
    +    if (isKubernetesCluster) {
    +      childMainClass = "org.apache.spark.deploy.k8s.submit.Client"
    --- End diff --
    
    Here the style should be unified after #19631 is merged.


---

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

Reply via email to