yuqi1129 commented on issue #11063:
URL: https://github.com/apache/gravitino/issues/11063#issuecomment-4436821513
If the table is managed by Gravitino, we can add the following
configurations:
```
curl -X POST \
"http://localhost:9101/lance/v1/table/lance_catalog_201%24schema%24table0001/create?mode=create"
\
-H 'Content-Type: application/vnd.apache.arrow.stream' \
-H 'x-lance-table-location:
s3://sts-test-bucket-001/tmp/lance_catalog_201/schema/table0001' \
-H 'x-lance-table-properties: {"lance.storage.access_key_id": "xxx",
"lance.storage.secret_access_key": "xxxx", "lance.storage.endpoint":
"http://s3.ap-northeast-1.amazonaws.com", "lance.storage.allow_http": true,
"lance.storage.region": "ap-northeast-1"}' \
--data-binary "@${ARROW_FILE}"
```
Can this solve your problem?
--
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]