Hi all
Having some fun trying to run a notebook on a shared UC-aware, shared cluster - I keep on running into this error:
py4j.security.Py4JSecurityException: Method public static org.apache.spark.sql.SparkSession org.apache.sedona.spark.SedonaContext.create(org.apache.spark.sql.SparkSession) is not whitelisted on class class org.apache.sedona.spark.SedonaContext
Now - the notebook that is having the problem runs perfectly on a non-shared cluster - but I need to have it running on the shared cluster
I can't ANY information on how to get this public static method whitelisted on the class so it can run w/o error on the shared cluster
So... My question is - "how do I whitelist this public static method so that my cluster doesn't barf when it try's to run the "SedonaContext.create(spark)" command that is generating the error?
...and before you suggest it - "Table Access Control" is NOT enabled - so it's not that
Cheers
-=A=-
.