FANNG1 commented on issue #7935: URL: https://github.com/apache/gravitino/issues/7935#issuecomment-3195359425
> [@FANNG1](https://github.com/FANNG1) > > AND I think `warehouse` properties value is `foo` > > NOT `gravitino.iceberg-rest.catalog.foo.warehouse` value `s3://warehouse` > > `warehouse` is the just advertised name for `prefix`. Am I right? > > gravitino.iceberg-rest.catalog.foo.catalog-backend = jdbc > gravitino.iceberg-rest.catalog.foo.catalog-backend-name = public > gravitino.iceberg-rest.catalog.foo.jdbc-driver = org.postgresql.Driver > gravitino.iceberg-rest.catalog.foo.uri = jdbc:postgresql://foo-postgres:5432/iceberg_rest?ssl=false > gravitino.iceberg-rest.catalog.foo.jdbc-user = postgres > gravitino.iceberg-rest.catalog.foo.jdbc-password = 666666 > gravitino.iceberg-rest.catalog.foo.jdbc-initialize = true > gravitino.iceberg-rest.catalog.foo.jdbc.schema-version = V1 > gravitino.iceberg-rest.catalog.foo.warehouse = s3://warehouse > gravitino.iceberg-rest.catalog.foo.io-impl= org.apache.iceberg.aws.s3.S3FileIO > gravitino.iceberg-rest.catalog.foo.s3-endpoint = http://foo-minio:9000 > gravitino.iceberg-rest.catalog.foo.s3-region = us-east-1 > gravitino.iceberg-rest.catalog.foo.s3-access-key-id = vUR3oLMF5ds8gWCP > gravitino.iceberg-rest.catalog.foo.s3-secret-access-key = odWFIZukYrw9dY0G5ezDKMZWbhU0S4oD > gravitino.iceberg-rest.catalog.foo.s3-path-style-access = true No, for JDBC or Hive catalog backend, the warehouse is the real warehouse like `s3://warehouse`, for REST catalog backend, the warehouse is the catalog name. -- 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]
