摘要: 表结构 CREATE TABLE test (f1 string, f2 string, f3 string, cnt int) ROW FORMAT delimited FIELDS TERMINATED BY '\t' stored AS textfile; LOAD DATA LOCAL in 阅读全文
posted @ 2018-07-06 14:42 凡的世界 阅读(6156) 评论(0) 推荐(1)