aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/spark.conf
blob: 6c99bdcb7a6777a8f8a792153b8d155bce855c1e (plain) (blame)
1
2
3
4
5
6
spark.test.intTestProperty = 1

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