ca5
3/11/2014 - 6:15 AM

hive command

hive command

hive
hive -f ファイル名

hive> show partitions da_click;
datestamp=20140228/hour=00
alter table da_click drop if exists partition(datestamp=20140228, hour=00);
alter table da_click add partition(datestamp=20140228, hour=00);