kevinjqliu commented on PR #15563: URL: https://github.com/apache/iceberg/pull/15563#issuecomment-4026352590
I verified using [pyiceberg's docker compose yaml](https://github.com/apache/iceberg-python/blob/c5c0993b365587a8fc2d5740f0b03bd02a86dbe1/dev/docker-compose-integration.yml#L46-L60) Changed: ``` - CATALOG_REST_PORT=${REST_PORT:-8282} - CATALOG_CATALOG_NAME=${CATALOG_NAME:-kevinjqliu} ``` And see it in the logs ``` [main] INFO org.apache.iceberg.rest.RESTCatalogServer - Creating kevinjqliu catalog with properties: {rest.port=8282, jdbc.password=password, catalog.name=kevinjqliu, s3.endpoint=http://minio:9000, jdbc.user=user, io-impl=org.apache.iceberg.aws.s3.S3FileIO, catalog-impl=org.apache.iceberg.jdbc.JdbcCatalog, jdbc.schema-version=V1, warehouse=s3://warehouse/, uri=jdbc:sqlite:/tmp/iceberg_catalog.db, jdbc.strict-mode=true} ``` Might be a good idea to highlight the configurability in https://github.com/apache/iceberg/tree/main/docker/iceberg-rest-fixture -- 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]
