Skip to content

Commit d3ddfb6

Browse files
revert the unnecessary changes in suite
1 parent 624e652 commit d3ddfb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

launcher/src/test/java/org/apache/spark/launcher/SparkSubmitCommandBuilderSuite.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public void testClusterCmdBuilder() throws Exception {
5959
@Test
6060
public void testCliParser() throws Exception {
6161
List<String> sparkSubmitArgs = Arrays.asList(
62-
parser.CLASS,
63-
"org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver",
6462
parser.MASTER,
6563
"local",
6664
parser.DRIVER_MEMORY,
@@ -137,7 +135,6 @@ public void testPySparkLauncher() throws Exception {
137135
@Test
138136
public void testPySparkFallback() throws Exception {
139137
List<String> sparkSubmitArgs = Arrays.asList(
140-
"pyspark-shell-main",
141138
"--master=foo",
142139
"--deploy-mode=bar",
143140
"script.py",

0 commit comments

Comments
 (0)