Hi All, I am wondering how to create SparkSession using SparkConf object? Although I can see that most of the key value pairs we set in SparkConf we can also set in SparkSession or SparkSession.Builder however I don't see sparkConf.setJars which is required right? Because we want the driver jar to be distributed across the cluster whether we run it in client mode or cluster mode. so I am wondering how is this possible?
Thanks!