Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Denisas committed Jun 20, 2022
1 parent 198b473 commit 8c734ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SparkAppTest extends Specification {
result == [
"spark.executor.memory":"1000M",
"spark.driver.memory":"1000M",
"spark.executor.cores":"2",
"spark.executor.cores":"1",
"spark.driver.cores":"1",
"spark.executor.instances":"0",
"spark.kubernetes.driverEnv.TEST1":"test1"
Expand Down

0 comments on commit 8c734ba

Please sign in to comment.