Error while creating table with Glue catalog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:15 AM
Hi,
I have Databricks cluster earlier connected to hive metastore and we have started migrating to Glue catalog.
I'm facing an issue while creating table,
Path must be absolute: <table-name>-__PLACEHOLDER__
We have provided full access to glue and s3 in the respective role.
Below is the configuration which I'm using
spark.databricks.hive.metastore.glueCatalog.enabled trueI can create a hive table without any issue
Is there anything I'm missing here ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 09:36 PM
hi @Retired_mod ,
I have added "location" clause as well while defining the table.
But still facing issue, this happens only for delta table.
Attaching the screenshot