nqvuong1998 opened a new issue, #7919:
URL: https://github.com/apache/gravitino/issues/7919
### Version
main branch
### Describe what's wrong
When I create an S3 fileset catalog with the following properties, Gravitino
appears that I am using path-style access for S3-compatible (Ceph RGW), but the
S3 fileset does not support it
### Error message and/or stacktrace
I encounter the following error: Caused by:
org.apache.hadoop.fs.s3a.AWSClientIOException: getFileStatus Name or service
not known
### How to reproduce
`
"s3-access-key-id": "...",
"s3-secret-access-key": "...",
"s3-endpoint": ...,
"filesystem-providers": "s3",
"credential-providers": "s3-token",
"s3-region": "us-east-1",
"s3-role-arn": "...",
"s3-path-style-access": "true",
"s3-creds-provider": "s3-token"
`
### Additional context
_No response_
--
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]