rights reserved. Apache Iceberg REST catalog on AWS Noritaka Sekiyama O T F S G O S A K A M E E T U P # 1 Principal Big Data Architect, AWS Analytics Amazon Web Services 1 〜AWS Glue Iceberg REST catalog と Amazon S3 Tables の話〜
rights reserved. Flink の場合 18 CREATE CATALOG irccat WITH ( 'type'='iceberg', 'warehouse'='123456789012', 'catalog-type'='rest', 'rest.sigv4-enabled'='true', 'rest.signing-name'='glue', 'uri'='https://glue.us-east-1.amazonaws.com/iceberg' ); USE CATALOG irccat; CREATE TABLE db.ice_1_irc (id int, name string) WITH ('location'='s3://amzn-s3-demo-bucket/data/iceberg-flink');