I am using Databricks community edition for learning purposes.
I created some Hive-managed tables through spark sql as well as with df.saveAsTable options. But when I connect to a new cluser,
"Show databases"
only returns the default database....
I cannot see databases and tables when no cluster is attached and when I attach a new cluster, I see only the default database.
But I can see previously created databases and tables using
%fs ls /user/hive/warehouse command.
It is not showing up in...