leodestiny / BGL_NSDI2023

Open source code of BGL NSDI 2023
Apache License 2.0
12 stars 2 forks source link

how to use dgl with hdfs? #3

Open youngeryoungeryang opened 11 months ago

youngeryoungeryang commented 11 months ago

hi, I want to store the graph data on 'hdfs' like you, and let 'dgl' load the data from 'hdfs'. The user guide of 'dgl' says that the dgl.load_graphs() function supports loading the graphs directly from hdfs by providing "hdfs://..." a path, but when I did this, the following problem occurred. image

Can you tell me what changes you made in your code to make dgl load data from hdfs correctly? Thank you very much!