I am trying to use spark session of the compute in java Jar to run queries against tables unity catalog . I get the following error SparkSession spark = SparkSession.builder() .appName("Databricks Query Example") .confi...
Hi , I am having a JAVA jar in volume and trying to get the existing session with unity catalog enabled . I only get the spark_catalog. Any help will be appreciated .