1

I have downloaded GraphChi package and wanted to run the example programs. I am using Java version of the GraphChi. The input for the GraphChi are EdgeListFormat or AdjacencyListFormat.

If any one has successfully ran the example programs, please let me know how to get the EdgeListFormat or AdjacencyListFormat files.

Thank you.

Attila
  • 28,265
  • 3
  • 46
  • 55
Santosh
  • 27
  • 5

2 Answers2

2

The wikipage http://code.google.com/p/graphchi/wiki/ExampleApps contains links to two such graphs.

Aapo Kyrola
  • 1,100
  • 8
  • 8
1

I used the livejournal dataset algorithm from here which is in the edgelist format with the pagerank algorithm and it worked well for me.

The key is that you need to provide a numeric id for each vertex (which is documented here but I did not pay attention to it)

I wasn't able to download the twitter graph, there seems to be a problem with the server, but I'll be trying that next.

Moiz Raja
  • 5,612
  • 6
  • 40
  • 52