hive创建表的时候没有partitioned by能否在创表之后添加分区
Posted Beihai2022
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive创建表的时候没有partitioned by能否在创表之后添加分区相关的知识,希望对你有一定的参考价值。
大佬们求助!!!
我在创建表的时候没有添加分区,能在之后添加吗
就比如
create table ods.school(
cord string,
name string,
sex string,
score string
);
能不能在之后添加一个partitioned by(test string);
以上是关于hive创建表的时候没有partitioned by能否在创表之后添加分区的主要内容,如果未能解决你的问题,请参考以下文章
带有 USING 和 PARTITIONED BY 子句的 spark hive 创建表的有效语法是啥?
hive 错误 FAILED: SemanticException [Error 10041]: No partition predicate found for