stellar-random-walk icon indicating copy to clipboard operation
stellar-random-walk copied to clipboard

Results 8 stellar-random-walk issues
Sort by recently updated
recently updated
newest added

I ran into an error in the embedding step, and it looks like the "org.apache.parquet.schema.Types$GroupBuilder cannot be cast to org.apache.parquet.schema.Types$BaseGroupBuilder". Do you have any idea? Here is the full log:...

Hi, when I run the snapshot jar, after created the broadcast messages, appear the following exception ``` Exception in thread "main" java.lang.IllegalArgumentException at org.apache.xbean.asm5.ClassReader.(Unknown Source) at org.apache.xbean.asm5.ClassReader.(Unknown Source) at org.apache.xbean.asm5.ClassReader.(Unknown...

input graph: 1 3 1 4 1 5 1 6 2 3 2 4 2 5 2 6 spark version: 2.1.0 the parms as flow: { w2vIter: 10, w2vLr: 0.025,...

I am dealing with a graph (bipartite) with total of 159,460 (117886 + 41574) nodes. The number of edges is 3,179,053. The random walk results in single nodes, so there...

By using the routing table, the vertices would be sent to the right partition, but why "wrong transports" not always be 0?

We can initiate the random walk by having numWalks number of walkers per vertex and run the random walk once for all. This will reduce the overhead of applying union...

enhancement

I rewrite the code with String vertex IDs, but there is something wrong with the route. So can vertex IDs be String type?