pgillet commented on a change in pull request #30352:
URL: https://github.com/apache/spark/pull/30352#discussion_r524701699



##########
File path: 
resource-managers/mesos/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterSchedulerSuite.scala
##########
@@ -591,18 +591,138 @@ class MesosClusterSchedulerSuite extends SparkFunSuite 
with LocalSparkContext wi
       new Date())
 
     val expectedCmd = "cd spark-version*;  " +
-        "bin/spark-submit --name \"app name\" --master 
mesos://mesos://localhost:5050 " +
-        "--driver-cores 1.0 --driver-memory 1000M --class Main " +
-        "--conf \"another.conf=\\\\value\" " +
-        "--conf \"spark.app.name=app name\" " +
-        "--conf spark.executor.uri=s3a://bucket/spark-version.tgz " +
-        "../jar " +
-        "\"--a=\\$2\" " +
-        "--b \"x y z\""
+      "bin/spark-submit --name \"app name\" --master 
mesos://mesos://localhost:5050 " +
+      "--driver-cores 1.0 --driver-memory 1000M --class Main " +
+      "--conf \"another.conf=\\\\value\" " +
+      "--conf \"spark.app.name=app name\" " +
+      "--conf spark.executor.uri=s3a://bucket/spark-version.tgz " +
+      "../jar " +
+      "\"--a=\\$2\" " +
+      "--b \"x y z\""

Review comment:
       Reverted :heavy_check_mark: 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to