Skip to content

Commit

Permalink
REST: Use apache/iceberg-rest-fixture docker image (#11673)
Browse files Browse the repository at this point in the history
* REST: Use apache/iceberg-rest-fixture docker image

* Fix CI failure
  • Loading branch information
ajantha-bhat authored Dec 17, 2024
1 parent b9b61b1 commit ac865e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
entrypoint: mc mb /data/bucket

iceberg:
image: tabulario/iceberg-rest
image: apache/iceberg-rest-fixture
depends_on:
- create-bucket
hostname: iceberg
Expand All @@ -50,6 +50,7 @@ services:
environment:
- AWS_REGION=us-east-1
- CATALOG_WAREHOUSE=s3://bucket/warehouse/
- CATALOG_URI=jdbc:sqlite:file:/tmp/iceberg_rest_mode=memory
- CATALOG_IO__IMPL=org.apache.iceberg.aws.s3.S3FileIO
- CATALOG_S3_ENDPOINT=http://minio:9000
- CATALOG_S3_PATH__STYLE__ACCESS=true
Expand Down
2 changes: 1 addition & 1 deletion site/docs/spark-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- 10000:10000
- 10001:10001
rest:
image: tabulario/iceberg-rest
image: apache/iceberg-rest-fixture
container_name: iceberg-rest
networks:
iceberg_net:
Expand Down

0 comments on commit ac865e3

Please sign in to comment.