I'm trying to create the database in azure databricks using sql script.
%sql
CREATE DATABASE DB_TEST;
failed with below error
org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
Also, I have tried creating a table in default database, failed with same error.
Can someone help me on fixing the above issue?