hive 到表之间加复制数据 和 hdfs上表导入本地数据 和本地数据导入到 hdfs上表中,和函数的使用

hive> create table rat_json(line string) row format delimited;OK Time taken: 0.494 seconds hive> load data local inpath '/root/rating.json' into table rat_json; FAILED: SemanticException Line 1:23 Inv
相关文章
相关标签/搜索