Hive建表的Location问题 create table choice(userid int,classname string)row format delimited fields terminated by '\t'LOCATION '/data/test01/dacoolbaby/choice';
?
否则在使用LOAD LOCAL DATA INPATH 命令加载本地数据的时候,
数据会互相覆盖。