kevinjqliu commented on code in PR #15577:
URL: https://github.com/apache/iceberg/pull/15577#discussion_r2916164516
##########
docker/iceberg-flink-quickstart/docker-compose.yml:
##########
@@ -92,43 +92,56 @@ services:
AWS_REGION: us-east-1
CATALOG_WAREHOUSE: s3://warehouse/
CATALOG_IO__IMPL: org.apache.iceberg.aws.s3.S3FileIO
- CATALOG_S3_ENDPOINT: http://minio:9000
+ CATALOG_S3_ENDPOINT: http://seaweedfs:8333
CATALOG_S3_ACCESS__KEY__ID: admin
CATALOG_S3_SECRET__ACCESS__KEY: password
- # MinIO for S3-compatible object storage
- minio:
- image: minio/minio
- hostname: minio
+ # SeaweedFS for S3-compatible object storage (mini mode)
+ seaweedfs:
+ image: chrislusf/seaweedfs:latest
Review Comment:
nit: can we pin to a hash instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]