1.Hive建表时开启事务机制导致insert失败
建表语句:
代码语言:javascript复制create table A (
table_code string,
data_dt string,
update_dt string)
clustered by (table_code) into 1 buckets
row format delimited fields terminated by '
1.Hive建表时开启事务机制导致insert失败
建表语句:
代码语言:javascript复制create table A (
table_code string,
data_dt string,
update_dt string)
clustered by (table_code) into 1 buckets
row format delimited fields terminated by '