Skip to content

Commit

Permalink
String fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Ganelin committed Jul 2, 2015
1 parent 271610b commit 4074164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class SubmitRestProtocolSuite extends SparkFunSuite {
| "spark.driver.supervise" : "false",
| "spark.app.name" : "SparkPie",
| "spark.cores.max" : "10000",
| "spark.driver.memory" : ${Utils.DEFAULT_DRIVER_MEM_MB}m",
| "spark.driver.memory" : "${Utils.DEFAULT_DRIVER_MEM_MB}m",
| "spark.files" : "fireball.png",
| "spark.driver.cores" : "180",
| "spark.driver.extraJavaOptions" : " -Dslices=5 -Dcolor=mostly_red",
Expand Down

0 comments on commit 4074164

Please sign in to comment.