cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue: 'Catalog hive_metastore doesn't exist. Create it?' Error When Installing Reconcile

sangwan
New Contributor

Utility : Remorph (Databricks)

Issue: 'Catalog  hive_metastore doesn't exist. Create it?'

Error When Installing Reconcile
I am encountering an issue while installing Reconcile on Databricks. Despite hive_metastore catalog is by default present in the Databricks, I received the following error:

"Catalog `hive_metastore` doesn't exist. Create it? (default: no):"


Here are the steps I have taken to troubleshoot and resolve the issue, but the error persists:

1. Cluster Configuration:
     Added the following Spark configuration while creating the cluster:
     spark.sql.catalogImplementation=hive 

2. Environment Variable:
     Set the default catalog using the command:
     export SPARK_SQL_CATALOG=hive_metastore

3. Verification:
     Ran the SQL command SHOW CATALOGS; in a notebook, and it lists 'hive_metastore' as an available catalog.

4. Databricks Runtime:
      The cluster is running Databricks Runtime 15.4 LTS, which should support the 'hive_metastore' catalog by default.

Despite these configurations, the error persists. It appears that Reconcile does not recognize the hive_metastore catalog, even though it is accessible and functional through the Databricks environment.

Requesting for a help on resolving the same, if possible, steps to resolve. 

 #remorph #reconcile #installation error

1 REPLY 1

VZLA
Databricks Employee
Databricks Employee

Hi @sangwan ,

Its not very clear, does the error come with a stacktrace? if so could you please share it? Also, any WARN/ERROR messages in the Driver log by any chance?

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group