Skip to content

Commit 2718059

Browse files
kbatuigasDeflaimun
authored andcommitted
Apply suggestions from automated review
1 parent a730ae4 commit 2718059

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include::shared:partial$enterprise-license.adoc[]
2121
Glue does not support partitioning on nested fields. If Redpanda detects that
2222
the default partitioning `(hour(redpanda.timestamp))` is in use, it will instead apply an empty partition spec `()`, which means the table will not be partitioned.
2323

24-
If you want to use partitioning, specify your custom partition spec using your own partition columns (columns thatare not nested).
24+
If you want to use partitioning, specify your custom partition spec using your own partition columns (columns that are not nested).
2525

2626
== Update cluster configuration
2727

@@ -62,16 +62,16 @@ an S3 URI like `s3://your-bucket/path`.
6262
[,bash]
6363
----
6464
rpk cluster config set \
65-
iceberg_enabled: true \
66-
iceberg_catalog_type: rest \
67-
iceberg_rest_catalog_endpoint: 'https://glue.us-west-2.amazonaws.com/iceberg' \
68-
iceberg_rest_catalog_authentication_mode: 'aws_sigv4' \
69-
iceberg_rest_catalog_aws_region: 'us-west-2' \
70-
// iceberg_rest_catalog_aws_access_key: 'MYACCESSKEY' \ # Redacted
71-
iceberg_rest_catalog_aws_access_key: ${secrets.<aws_access_key>} \
72-
// iceberg_rest_catalog_aws_secret_key: 'MYSECRETKEY' \ # Redacted
73-
iceberg_rest_catalog_aws_secret_key: ${secrets.<aws_secret_key>} \
74-
iceberg_rest_catalog_base_location: 's3://wdberkeley-test'
65+
iceberg_enabled true \
66+
iceberg_catalog_type rest \
67+
iceberg_rest_catalog_endpoint 'https://glue.us-west-2.amazonaws.com/iceberg' \
68+
iceberg_rest_catalog_authentication_mode aws_sigv4 \
69+
iceberg_rest_catalog_aws_region us-west-2 \
70+
# iceberg_rest_catalog_aws_access_key 'MYACCESSKEY' # Redacted \
71+
iceberg_rest_catalog_aws_access_key ${secrets.<aws_access_key>} \
72+
# iceberg_rest_catalog_aws_secret_key 'MYSECRETKEY' # Redacted \
73+
iceberg_rest_catalog_aws_secret_key ${secrets.<aws_secret_key>} \
74+
iceberg_rest_catalog_base_location 's3://wdberkeley-test'
7575
----
7676

7777
The cloud_storage_* properties are used for Iceberg catalog authentication as well.

0 commit comments

Comments
 (0)