简体   繁体   English

用户ALTER TABLE…与Hive中的部分匹配分区并列

[英]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. 我想在Hive中使用ALTER TABLE ... CONCATENATE功能,但是似乎我必须给出确切的分区名称。 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. 但是我找不到做到这一点的方法。

串联不支持此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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