gpt4 book ai didi

amazon-athena - Aws Athena - 创建外部表跳过第一行

转载 作者:行者123 更新时间:2023-12-03 21:19:45 26 4
gpt4 key购买 nike

我正在尝试使用 Aws Athena 在 csv 文件上创建一个外部表,代码如下,但行 TBLPROPERTIES ("skip.header.line.count"="1")不起作用:它不会跳过 csv 文件的第一行(标题)。

CREATE EXTERNAL TABLE mytable
(
colA string,
colB int
)

ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
WITH SERDEPROPERTIES (
'separatorChar' = ',',
'quoteChar' = '\"',
'escapeChar' = '\\'
)
STORED AS TEXTFILE
LOCATION 's3://mybucket/mylocation/'
TBLPROPERTIES (
"skip.header.line.count"="1")

有什么建议吗?

最佳答案

刚试过"skip.header.line.count"="1"现在似乎工作正常。

关于amazon-athena - Aws Athena - 创建外部表跳过第一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46452010/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com