Skip to content

Commit 637465f

Browse files
authored
Update modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc
1 parent 458df38 commit 637465f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ rpk cluster config set \
170170
iceberg_catalog_type=rest \
171171
iceberg_rest_catalog_endpoint=https://glue.<glue-region>.amazonaws.com/iceberg \
172172
iceberg_rest_catalog_authentication_mode=aws_sigv4 \
173-
# Always place iceberg_rest_catalog_base_location in the same bucket as cloud_storage_bucket
174-
# because Tiered Storage does not support the use of distinct buckets for Iceberg
173+
# Because Tiered Storage does not support the use of distinct buckets for Iceberg,
174+
# always place iceberg_rest_catalog_base_location in the same bucket as cloud_storage_bucket
175+
175176
iceberg_rest_catalog_base_location=s3://<bucket-name>/<warehouse-path> \
176177
# Set credentials source to config_file if using
177178
# iceberg_rest_catalog_aws_access_key and iceberg_rest_catalog_aws_secret_key

0 commit comments

Comments
 (0)