在下面的示例提要中,我尝试使用hdfs中的外部表来访问。4列数据:
"5f367c99e4b0799af79a2b89","The Washingtons: George and Martha, "Join'd by Friendship, Crown'd by Love"",""
对于第2列,数据有双引号:
The Washingtons: George and Martha, "Join'd by Friendship, Crown'd by Love"
我使用了具有以下属性的csv解析器:
ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
WITH SERDEPROPERTIES (
'separatorChar' = ',',
'quoteChar' = '\"'
)
但这个问题并没有解决。这是我提到的一个链接。是否有其他方法可用于外部表以解决此问题?
暂无答案!
目前还没有任何答案,快来回答吧!