I created a table in hive as a managed table, but it was supposed to be external, is it possible to change the table type of the table without losing the data?
ALTER TABLE SET TBLPROPERTIES('EXTERNAL'='TRUE') Note: EXTERNAL and TRUE need to caps or it will not work 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Note: EXTERNAL and TRUE need to caps or it will not work