Connecting to hive metastore as well as glue catalog at the sametime

RC
Contributor

Hi,

Is there any way we can connect glue catalog as well as to hive metastore in the same warehouse?

I can create a single instance profile and provide all the required access for buckets or for glue catalog.

I tried with the below configuration,

spark.sql.hive.metastore.version 3.1.0
spark.sql.hive.metastore.jars maven
spark.hadoop.hive.metastore.uris thrift://<HIVE IP>:9083
spark.databricks.hive.metastore.glueCatalog.enabled true

It is somehow picking up the glue catalog.

Any suggestions are highly appreciated 

BR,

Rajath