What is the difference between a managed table and an external table in Hive?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
Managed tables are managed by Hive and stored in the warehouse directory, while external tables are not managed by Hive and can be located anywhere in the Hadoop cluster. When a managed table is dropped, its data is also deleted, while the data in an external table remains intact.