> Does HAMA support sparse graph representations as A B C D (A having an arc > to B, C and D)
Yes, you can use adjacency list representation. Please see WikipediaLinkDatasetReader[1]. 1. http://wiki.apache.org/hama/WriteHamaGraphFile On Mon, Mar 18, 2013 at 4:52 PM, Robert Meusel <[email protected]> wrote: > Hello Hama Community, > > > > As I am new and have just read through the documentation on the page I am > actually a little bit lost, as I could not find any information about > accepted input formats of HAMA. > > > > Does HAMA support sparse graph representations as A B C D (A having an arc > to B, C and D) or only tuples like A B, A C and A D? > > > > Thanks a lot for your help! > > > > Robert > -- Best Regards, Edward J. Yoon @eddieyoon
