Skip to content

Commit

Permalink
fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Apr 21, 2015
1 parent 4fb25ed commit 0565831
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public void testClusterCmdBuilder() throws Exception {
@Test
public void testCliParser() throws Exception {
List<String> sparkSubmitArgs = Arrays.asList(
parser.CLASS,
"org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver",
parser.MASTER,
"local",
parser.DRIVER_MEMORY,
Expand Down Expand Up @@ -135,6 +137,7 @@ public void testPySparkLauncher() throws Exception {
@Test
public void testPySparkFallback() throws Exception {
List<String> sparkSubmitArgs = Arrays.asList(
"pyspark-shell-main",
"--master=foo",
"--deploy-mode=bar",
"script.py",
Expand Down

0 comments on commit 0565831

Please sign in to comment.