File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,21 @@ services:
54
54
- CATALOG_IO__IMPL=org.apache.iceberg.aws.s3.S3FileIO
55
55
- CATALOG_S3_ENDPOINT=http://minio:9000
56
56
- CATALOG_JDBC_STRICT__MODE=true
57
+
58
+ trino :
59
+ image : trinodb/trino:476
60
+ container_name : pyiceberg-trino
61
+ networks :
62
+ iceberg_net :
63
+ ports :
64
+ - 8082:8080
65
+ environment :
66
+ - CATALOG_MANAGEMENT=dynamic
67
+ depends_on :
68
+ - rest
69
+ - hive
70
+ volumes :
71
+ - ./trino/catalog:/etc/trino/catalog
57
72
minio :
58
73
image : minio/minio
59
74
container_name : pyiceberg-minio
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- CATALOG_S3_ENDPOINT=http://minio:9000
16
16
17
17
trino :
18
- image : trinodb/trino
18
+ image : trinodb/trino:476
19
19
container_name : pyiceberg-trino
20
20
networks :
21
21
iceberg_net :
You can’t perform that action at this time.
0 commit comments