Skip to content

Commit

Permalink
#156 Add spark app name to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic committed Oct 11, 2024
1 parent d5df5a0 commit d638688
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ trait SparkLocalMaster {
// in order to runSampleMeasuremts as tests, otherwise
// java.lang.IllegalArgumentException: System memory 259522560 must be at least 471859200... is thrown
System.getProperties.setProperty("spark.testing.memory", (1024*1024*1024).toString) // 1g
System.getProperties.setProperty("spark.app.name", "unit-test")
}

0 comments on commit d638688

Please sign in to comment.