hive文本文件导入

2017-12-12  本文已影响0人  t剩下的盛夏y

drop table pos_store46code ;

create table pos_store46code  (

A string,

B string,

C string,

D string,

E string)

ROW format delimited fields terminated by'\t' STORED AS TEXTFILE;

load data local inpath '/home/lmeng/belle/fin_data/pos_store46code' into table pos_store46code ;

上一篇 下一篇

猜你喜欢

热点阅读