Hello,
I'm working in Databricks Community Edition. So I will terminate my cluster after my work because anyways it will be terminated after 2 hours. I'm creating a database to store all my transformed data. Will the database be deleted when I terminate the cluster ?
I have tried it and seems like it will delete the database because it doesn't recognize the database name I gave.
Error Message - AnalysisException: Database 'db_name' not found
But I can see my database path in DBFS: dbfs:/user/hive/warehouse/db_name.db.
When I create a new database and try to add data to tables, then there is an error saying that the table already exists and not empty.
Please help me with this problem.