You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to junto...@googlegroups.com
Hi All! Quick question about running Junto on large graphs:
What is the recommended way to create a "node factored" representation for graphs that don't fit into main memory? It looks like EdgeFactored2NodeFactored needs to read the entire graph in at once.
Also, can I do something like this: hdfs_input_pattern=input/* ? Where /input would contain the different parts of graph (in node factored representation).