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

    https://github.com/apache/spark/pull/21514#discussion_r202840687
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/StandaloneSchedulerBackend.scala
 ---
    @@ -100,7 +100,9 @@ private[spark] class StandaloneSchedulerBackend(
         val sparkJavaOpts = Utils.sparkJavaOpts(conf, 
SparkConf.isExecutorStartupConf)
         val javaOpts = sparkJavaOpts ++ extraJavaOpts
         val command = 
Command("org.apache.spark.executor.CoarseGrainedExecutorBackend",
    -      args, sc.executorEnvs, classPathEntries ++ testingClassPath, 
libraryPathEntries, javaOpts)
    +      args, sc.executorEnvs, classPathEntries ++ testingClassPath, 
libraryPathEntries
    --- End diff --
    
    please put the comma at the end of this line instead of the beginning of 
the next one.


---

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

Reply via email to