HIVE是不支持TRUNCATE或者DELETE一个分区的,不过有一种代偿的方式
alter table v_log_ods drop partition(day='2015-05-31',gt='log0101');
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/opensource/197044.html
HIVE是不支持TRUNCATE或者DELETE一个分区的,不过有一种代偿的方式
alter table v_log_ods drop partition(day='2015-05-31',gt='log0101');
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/opensource/197044.html