You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out we can't do edge counting in one pass. Instead we
need to have one pass count the edges, and the other to filter
them out. Unfortunately we can't use binary sequence files
as our intermediate format because of this bug:
thinkaurelius/faunus#170
erickt
pushed a commit
to erickt/Dendrite
that referenced
this issue
Jan 28, 2014
It turns out we can't do edge counting in one pass. Instead we
need to have one pass count the edges, and the other to filter
them out. Unfortunately we can't use binary sequence files
as our intermediate format because of this bug:
thinkaurelius/faunus#170
Brett55
pushed a commit
to Brett55/Dendrite
that referenced
this issue
May 22, 2014
It turns out we can't do edge counting in one pass. Instead we
need to have one pass count the edges, and the other to filter
them out. Unfortunately we can't use binary sequence files
as our intermediate format because of this bug:
thinkaurelius/faunus#170
On Faunus 0.4.1, it seems that sequence files don't get a vertex query filter applied to them when they are being loaded in:
Produces:
However, if you use
GraphSONOutputFormat
as the intermediate file, it works:Produces:
The text was updated successfully, but these errors were encountered: