元数据错误:无法验证配置单元中的serde:com.bizo.hive.serde.csv.csvserde

ny6fqffe  于 2021-06-26  发布在  Hive
关注(0)|答案(1)|浏览(346)

失败:元数据错误:无法验证serde:com.bizo.hive.serde.csv.csvserde
失败:执行错误,从org.apache.hadoop.hive.ql.exec.ddltask返回代码1
错误如上所述。我不知道为什么我认为我有jar文件在 /usr/lib/hive/lib 名称为 hive-serde-0.10.0-cdh4.2.1.jar ```
create table timesheet
(BibNum bigint,
Title string,
Author string,
ISBN string,
PublicationYear
string,
Publisher string,
Subjects string,
ItemType string,
ItemCollection String,
FloatingItem string, ItemLocation string,
ReportDate string, ItemCount int
) row format serde 'com.bizo.hive.serde2.csv.CSVSerde'
with serdeproperties ( "seperator 'com.bizo.hive.serde.csv.CSVSerde'
with serdeproperties ( "seperatorChar" = "\t", "quo.csv.CSVSerde'
with serdeproperties ( "seperatorChar" = "\t", "quoteChar" ="'", "escapeChar" = "\" )

存储为文本文件;这是我的命令:
![](https://i.stack.imgur.com/gfLJg.png)
5n0oy7gb

5n0oy7gb1#

学习如何使用 Hive 尝试下载一个更新的vm,比如hdp2.6,或者在云中启动dataproc/emr示例。datalab有很多教程
老实说,我想学Spark。然后您可以使用databricks社区版在浏览器中学习

相关问题