hive文本文件导入

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 ;

    原文作者:t剩下的盛夏y
    原文地址: https://www.jianshu.com/p/04cc14d7f1d2
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞