Invalid S3 request when creating Iceberg tables in Athena

0

I'm having trouble creating iceberg tables in Athena. I keep getting "Invalid S3 request" as an error message.

CREATE TABLE iceberg_test (
    event_date timestamp, 
    log string
)
PARTITIONED BY ( 
    hour(event_date)
)
LOCATION
    's3://bucket/iceberg/test'
TBLPROPERTIES (
    'table_type'='ICEBERG'
);
jho
已提问 2 年前160 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则