Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Hive EXTERNAL table shown as MANAGED after conversion using
ALTER TABLE t SET TBLPROPERTIES ('EXTERNAL'='True')
The DESCRIBE FORMATTED shows:
Table Type: MANAGED_TABLE Table Parameters: EXTERNAL True
This is actually a External table but is shown wrongly, as 'True' was used in place of 'TRUE' in the ALTER statement.
Issue explained here:
StakOverflow - Hive Table is MANAGED or EXTERNAL
Attachments
Attachments
Issue Links
- is related to
-
HIVE-1329 for ALTER TABLE t SET TBLPROPERTIES ('EXTERNAL'='TRUE'), change TBL_TYPE attribute from MANAGED_TABLE to EXTERNAL_TABLE
- Closed
- links to