File tree Expand file tree Collapse file tree
modules/manage/pages/iceberg Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments