We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624e652 commit d3ddfb6Copy full SHA for d3ddfb6
launcher/src/test/java/org/apache/spark/launcher/SparkSubmitCommandBuilderSuite.java
@@ -59,8 +59,6 @@ public void testClusterCmdBuilder() throws Exception {
59
@Test
60
public void testCliParser() throws Exception {
61
List<String> sparkSubmitArgs = Arrays.asList(
62
- parser.CLASS,
63
- "org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver",
64
parser.MASTER,
65
"local",
66
parser.DRIVER_MEMORY,
@@ -137,7 +135,6 @@ public void testPySparkLauncher() throws Exception {
137
135
138
136
public void testPySparkFallback() throws Exception {
139
140
- "pyspark-shell-main",
141
"--master=foo",
142
"--deploy-mode=bar",
143
"script.py",
0 commit comments