[
https://issues.apache.org/jira/browse/HIVE-24135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193083#comment-17193083
]
Naveen Gangam commented on HIVE-24135:
--------------------------------------
[~klcopp] [~zhishui] I already had a fix for this in HIVE-23387 (PR 1435,
PR1473) that has just been committed. It has been pending for a couple of
months now. Could you please rebase and re-try this please? Thanks
> Drop database doesn't delete directory in managed location
> ----------------------------------------------------------
>
> Key: HIVE-24135
> URL: https://issues.apache.org/jira/browse/HIVE-24135
> Project: Hive
> Issue Type: Sub-task
> Reporter: Karen Coppage
> Assignee: Naveen Gangam
> Priority: Major
>
> Repro:
> say the default managed location is managed/hive and the default external
> location is external/hive.
> {code:java}
> create database db1; -- creates: external/hive/db1.db
> create table db1.table1 (i int); -- creates: managed/hive/db1.db and
> managed/hive/db1.db/table1
> drop database db1 cascade; -- removes : external/hive/db1.db and
> managed/hive/db1.db/table1
> {code}
> Problem: Directory managed/hive/db1.db remains.
> Since HIVE-22995, dbs have a managed (managedLocationUri) and an external
> location (locationUri). I think the issue is that
> HiveMetaStore.HMSHandler#drop_database_core deletes only the db directory in
> the external location.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)