for unit tests i would like to create a SparkSession that does not load
anything from system properties, similar to:

new SQLContext(new SparkContext(new SparkConf(loadDefaults = false)))

how do i go about doing this? i dont see a way.

thanks! koert

Reply via email to