Re: How to output into multiple files through a GiraphJob

2014-06-21 Thread Ferenc Béres
, Ferenc Béres ferdzs...@gmail.com wrote: Hi Everyone, Currently I'm working on an ALS implementation in giraph 1.1.0 and I would like to output the values of the vertices into multiple output files, but I could not figure it out how to do it. I found that in Hadoop it can be done by using

How to output into multiple files through a GiraphJob

2014-06-19 Thread Ferenc Béres
*org.apache.hadoop.mapreduce.lib.output.MultipleOutputsKEYOUT,VALUEOUT, *but it didn't work with the GiraphJob. Is it possible to output into multiple files by configuring the GiraphJob, or there is an other way? I would appreciate any idea in this matter. Thank you, Ferenc Béres