-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can not load graph from S3 on k8s #4314
Comments
Could you give a sample of first several lines of files on s3, so that I could give it a try by myself. Thank you |
could you try to use d34 = Loader("s3://datafiles/group.e", key='access-id', secret='secret-access-key', client_kwargs={'region_name': 'us-east-1'}) ref: https://graphscope.io/docs/loading_graphs#loader-variants |
Hi! Yes, please:
I got them from https://github.com/apache/incubator-graphar-testing/tree/955596c325ceba7b607e285738e3dd0ce4ff424e/ldbc_sample |
We have custom host, so region is not suitable for us. |
Thanks for the input, I can reproduce it now. |
@siyuan0322 , hi! Any update? |
Found it may related to a change in upstream, still working on it with related guys. |
Hi @atberium. But unfortunately, you have to wait for the upstream to be upgraded before you can use it. |
Describe the bug
Have k8s cluster. When try to load graph from data storing in S3, get an error
To Reproduce
Steps to reproduce the behavior:
<placeholder>
):In short, error:
Failed to read from stream o04c02d48a740008a: Object not exists: failed to get metadata for 'o04c02d48a740008a': failed to read get_data reply: {"content":null,"type":"get_data_reply"}
Expected behavior
We expect a graph with vertices and edges loaded. Which we could check, using interactive, for example. And no errors.
Environment:
Additional context
We also tried to load the same data (vertices and edges) as file:
And it works as expected, with no errors.
The text was updated successfully, but these errors were encountered: