Skip to content

Commit fe98382

Browse files
committed
test with Apache Gravitino 0.9.0
1 parent 5a13ee6 commit fe98382

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/iceberg.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,11 @@ SETTINGS type='iceberg',
8888
```
8989

9090
#### 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:
9292

9393
```properties
9494
# 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
10296

10397
gravitino.iceberg-rest.warehouse = s3://mybucket/demo/gravitino1
10498
gravitino.iceberg-rest.io-impl= org.apache.iceberg.aws.s3.S3FileIO

0 commit comments

Comments
 (0)