husky-team / husky

A more expressive and most importantly, more efficient system for distributed data analytics.
http://www.husky-project.com/
Other
98 stars 55 forks source link

Run PageRank example #307

Closed ph0123 closed 5 years ago

ph0123 commented 5 years ago

I have just run './PageRank -C conf.txt --input simple_graph.txt --iters 1000

conf.txt

I think it not work. please see the log file PageRank_husky.log PageRank_husky.log

kygx-legend commented 5 years ago

please use nfs:///path/to/file instead

ph0123 commented 5 years ago

Can you share dataset for pagerank?

ph0123 commented 5 years ago

simple_graph.txt

Dear all, Can I use Husky to run this data with PageRank algorithm? Please help me!

kygx-legend commented 5 years ago

Please refer to https://github.com/husky-team/husky/blob/master/examples/pagerank.cpp#L55