cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error while running spark.catalog.listDatabases()

Punnu
New Contributor

I am running steps mentioned in https://github.com/databrickslabs/splunk-integration/blob/master/notebooks/source/push_to_splunk.py

When I am running

spark.catalog.listDatabases()

getting error

py4j.security.Py4JSecurityException: Method public java.lang.String org.apache.spark.sql.catalog.Database.name() is not whitelisted on class class org.apache.spark.sql.catalog.Database

1 REPLY 1

pvignesh92
Honored Contributor

Hi @Purnima Bhatiaโ€‹ , I faced a similar error for a different command when I was using a wrong type of cluster access mode. You can try to create a different cluster with different access mode and check. I might be wrong but try and check this.