简体   繁体   中英

User ALTER TABLE … CONCATENATE with partial matching partitions in Hive

I want to use the ALTER TABLE ... CONCATENATE functionality in Hive, but it seems I have to give exact partition name. For example I have a table with two partition columns, date and group. I'd like to be able to do something like this:

alter table mytable partition (insert_date='2017-04-11',group='%') CONCATENATE;

But i can't find the way of doing it.

串联不支持此功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM