How to output into multiple files through a GiraphJob

2014-06-19 Thread Ferenc BĂ©res
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

Giraph rdf input format and problem with BspUtils

2014-06-19 Thread Carmen Manzulli
Hi my name is Carmen, i have some problems with my code and i think it is dute of BspUtils class (maybe i should use ReflectionUtils or something else but i don't know how); Can someone help me? import java.io.IOException; import java.util.HashMap; import java.util.Map; import

Re: How to output into multiple files through a GiraphJob

2014-06-19 Thread John Yost
Hi Ferenc, I have an Giraph job that outputs from the Computation class as opposed to the MasterCompute because I need to maintain alot of state within VertexValues as opposed to Aggregators. This is one way of outputting results as multiple files. I am assuming that you want to scope output