aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/spark.conf
blob: aa4e7512354d30506a80c5674056732620d8ad34 (plain) (blame)
1
2
3
4
5
6
7
8
# A simple spark.conf file used only in our unit tests

spark.test.intTestProperty = 1

spark.test {
  stringTestProperty = "hi"
  listTestProperty = ["a", "b"]
}