创建Hive分区表 create table if not exists table_name(column1 string,...) partitioned by (column1 string); --用partitioned by关键字分区,括号内为分区依据 --注意:只能为分区表add分区,且分区依据要一致 创建Hive分区表 create table if not exists table_name(c 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交