【发布时间】:2018-11-11 14:26:30
【问题描述】:
我需要从 Hive 的镶木地板表 (table_a) 中删除几行。如果我创建一个新表(Table_b),并插入其中:
Insert Overwrite table table_b
select * from table_a
Where (my conditions to exclude the right fields here)
两个表现在是否使用同一个 HDFS 文件?如果我删除 table_a 并清除,两个表的数据会消失吗?
【问题讨论】:
标签: hive