yuqi1129 commented on issue #7919:
URL: https://github.com/apache/gravitino/issues/7919#issuecomment-3163389685
> And this is my conf to test:
>
> ```
> curl -X POST -H "Accept: application/vnd.gravitino.v1+json" \
> -H "Content-Type: application/json" -d '{
> "name": "test_catalog",
> "type": "FILESET",
> "comment": "This is a S3 fileset catalog",
> "provider": "hadoop",
> "properties": {
> "s3-access-key-id": "abc",
> "s3-secret-access-key": "xyz",
> "s3-endpoint": "https://ceph.local",
> "filesystem-providers": "s3",
> "s3-region": "us-east-1",
> "s3-path-style-access": "true"
> }
> }' https://gravitino/local/api/metalakes/metalake/catalogs
>
> curl -X POST -H "Accept: application/vnd.gravitino.v1+json" \
> -H "Content-Type: application/json" -d '{
> "name": "test_schema",
> "comment": "This is a S3 schema"
> }'
https://gravitino.local/api/metalakes/metalake/catalogs/test_catalog/schemas
>
> curl -X POST -H "Accept: application/vnd.gravitino.v1+json" \
> -H "Content-Type: application/json" -d '{
> "name": "test_fileset",
> "comment": "This is an example fileset",
> "type": "EXTERNAL",
> "storageLocation": "s3a://bucket/events"
> }'
https://gravitino.local/api/metalakes/metalake/catalogs/test_catalog/schemas/test_schema/filesets
> ```
Which command fails to run and what's the error stack?
--
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]