本地数据导入hive 数据库报错,
操作1、建立新表:create table temp.pliot_city(province_name
string comment'...',city_name
string comment'...')
操作2、查看新表 desc temp.pliot_city 都没问题
操作3、引入本地数据:load data local inpath '/D:/users/249/desktop/pliot_city.csv'
overwrite into table temp.pliot_city
提示错误:Error while compiling statement: failef:parseexception line 2:0 missing EOF at "load" near 'temp'
麻烦各位朋友,帮忙看看这个问题怎么解决,谢谢啦