WE have this problem running cluster with 11.2 and shared access mode.
spark.databricks.pyspark.enablePy4JSecurity false - this does not help because it says
spark.databricks.pyspark.enablePy4JSecurity is not allowed when choosing access mode
here is the error we are getting
[17:30] Leonid Sokolovskiy
py4j.security.Py4JSecurityException: Method public com.databricks.backend.daemon.dbutils.DBUtilsCore$Result com.databricks.backend.daemon.dbutils.DBUtilsCore.mount(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map) is not whitelisted on class class com.databricks.backend.daemon.dbutils.DBUtilsCore
---------------------------------------------------------------------------
Please help!