Hello, I have a question on this. I have a jar file which is installed on my Databricks cluster. Do you happen to know how can I access the spark session running in databricks within my code (which later turns into jar)
I have tried using SparkSession.active and SparkSession.getActiveSession but I get error that these methods are not supported.