hive删除表和表中的数据,以及按分区删除数据code
drop table table_name;
truncate table table_name;
alter table table_name drop partition (partition_name='分区名')