Skip to content

Commit

Permalink
revert the unnecessary changes in suite
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Apr 25, 2015
1 parent 624e652 commit d3ddfb6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ 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 @@ -137,7 +135,6 @@ 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 d3ddfb6

Please sign in to comment.