尝试将csv导入配置单元时出错

时间:2016-03-12 07:38:19

标签: csv hive bigdata

我尝试将我的csv数据导入hive

我的查询:

CREATE EXTERNAL TABLE student(Stud_name String,dept String,year String)
  > ROW FORMAT serde 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
  > with serdeproperties (
  >    "separatorChar" = ","
  > )
  > STORED AS TEXTFILE
  > LOCATION '/home/codewarrior/Desktop/csv';

但它给出了这个错误 Error Message,并从蜂巢中退出..我希望有人帮助我..

1 个答案:

答案 0 :(得分:0)

您可以尝试使用此代码: CREATE EXTERNAL TABLE student(Stud_name String,dept String,year String) 行格式为已删除的字段,由',' location' / home / codewarrior / Desktop / csv';