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 4fb25ed commit 0565831Copy full SHA for 0565831
launcher/src/test/java/org/apache/spark/launcher/SparkSubmitCommandBuilderSuite.java
@@ -59,6 +59,8 @@ 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,
@@ -135,6 +137,7 @@ public void testPySparkLauncher() throws Exception {
135
137
136
138
public void testPySparkFallback() throws Exception {
139
140
+ "pyspark-shell-main",
141
"--master=foo",
142
"--deploy-mode=bar",
143
"script.py",
0 commit comments