FANNG1 commented on issue #6648: URL: https://github.com/apache/gravitino/issues/6648#issuecomment-2710811135
Maybe you could try 0.7.0 to bypass the log problems with the following configurations (use `credential-provider-type` for `0.7.0`), and please note that please use Iceberg was bundle jar with the version with 1.6.x or higher because Iceberg 1.5.x version also has log4j conflict problems. ``` gravitino.iceberg-rest.catalog-backend = jdbc gravitino.iceberg-rest.catalog-backend-name = public gravitino.iceberg-rest.jdbc-driver = org.postgresql.Driver gravitino.iceberg-rest.uri = jdbc:postgresql://127.0.0.1:5432/postgres gravitino.iceberg-rest.jdbc-user = postgres gravitino.iceberg-rest.jdbc-password = abc123 gravitino.iceberg-rest.jdbc-initialize = true gravitino.iceberg-rest.warehouse = s3://iceberg-test-strato/prefix1 gravitino.iceberg-rest.io-impl= org.apache.iceberg.aws.s3.S3FileIO gravitino.iceberg-rest.credential-provider-type = s3-secret-key gravitino.iceberg-rest.s3-endpoint = https://s3.ap-southeast-2.amazonaws.com gravitino.iceberg-rest.s3-region = ap-southeast-2 gravitino.iceberg-rest.s3-access-key-id = xxx gravitino.iceberg-rest.s3-secret-access-key = xx ``` -- 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]
