Skip to content

fail to run example high_level_writer_example #457

Answered by acezen
Agwave asked this question in Q&A
Discussion options

You must be logged in to vote

I have reproduce the problem:

It seems that you has passed the wrong adj list in LINE 58, which should be ordered_by_source(same with the the edge info), but you passed ordered_by_dst.

    graphar::builder::EdgesBuilder builder(
            edge_info, "/home/chenyinbo/cppject/graphar-example/generate-temp/", graphar::AdjListType::ordered_by_dest, vertex_count);

And btw, now the property group is independent from adj list, try update the person_knows_person.edge.yml to:

src_label: person
edge_label: knows
dst_label: person
chunk_size: 1024
src_chunk_size: 100
dst_chunk_size: 100
directed: false
prefix: edge/person_knows_person/
adj_lists:
  - ordered: true
    aligned_by: src
    file_type: 

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@acezen
Comment options

@acezen
Comment options

Answer selected by acezen
@Agwave
Comment options

@Agwave
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants