File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -88,17 +88,11 @@ SETTINGS type='iceberg',
88
88
```
89
89
90
90
#### Gravitino Configuration
91
- Here is the sample configuration for Gravitino Iceberg REST Server 0.7 .0:
91
+ Here is the sample configuration for Gravitino Iceberg REST Server 0.9 .0:
92
92
93
93
``` properties
94
94
# conf/gravitino-iceberg-rest-server.conf
95
- gravitino.iceberg-rest.catalog-backend = jdbc
96
- gravitino.iceberg-rest.catalog-backend-name = public
97
- gravitino.iceberg-rest.jdbc-driver = org.postgresql.Driver
98
- gravitino.iceberg-rest.uri = jdbc:postgresql://abc.aivencloud.com:28851/defaultdb?ssl =require
99
- gravitino.iceberg-rest.jdbc-user = avnadmin
100
- gravitino.iceberg-rest.jdbc-password = thepassword
101
- gravitino.iceberg-rest.jdbc-initialize = true
95
+ gravitino.iceberg-rest.catalog-backend = memory
102
96
103
97
gravitino.iceberg-rest.warehouse = s3://mybucket/demo/gravitino1
104
98
gravitino.iceberg-rest.io-impl = org.apache.iceberg.aws.s3.S3FileIO
You can’t perform that action at this time.
0 commit comments