You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by pth001 <Pa...@uni.no> on 2015/06/30 21:30:11 UTC

alter table on multiple partitions

Hi,

I have a table partitioned by a, b, c, d column. I want to alter 
concatenate this table. Is it possible to use wildcard in alter command 
to alter several partitions at a time? For ex.

alter table TestHive partition (a=1, b=*, c=2, d=*) CONCATENATE;

BR,
Patcharee