Not able to create external table In hive_metastore permanent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 08:51 PM
Hi @everyone i am using databricks community edition in which i created one database and some external table in the hive_metastore catalog but i terminate the spark cluster then i came back so there was no table could anybody help me with this why its not showing me ?
i created this way:-
CREATE EXTERNAL TABLE hive_metastore.lending_club.loans_defaulters_delinq
USING PARQUET
LOCATION 'dbfs:/FileStore/tables/cleaned/file_name'

here you can see there is no landing_club database ? why it is happening ?