Skip to content

Commit 0565831

Browse files
fix failed tests
1 parent 4fb25ed commit 0565831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ 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",
6264
parser.MASTER,
6365
"local",
6466
parser.DRIVER_MEMORY,
@@ -135,6 +137,7 @@ public void testPySparkLauncher() throws Exception {
135137
@Test
136138
public void testPySparkFallback() throws Exception {
137139
List<String> sparkSubmitArgs = Arrays.asList(
140+
"pyspark-shell-main",
138141
"--master=foo",
139142
"--deploy-mode=bar",
140143
"script.py",

0 commit comments

Comments
 (0)