Re: InputFormat for the example SimpleMasterComputeVertex

2013-02-21 Thread Eli Reisman
: Re: InputFormat for the example SimpleMasterComputeVertex Thanks for the explanation, that makes sense. I would love to see a wiki page at some point, you have so much knowledge of this piece of Giraph from all your dev work on it and have also the additional bonus of experience running big

Re: InputFormat for the example SimpleMasterComputeVertex

2013-02-21 Thread Maja Kabiljo
@giraph.apache.orgmailto:user@giraph.apache.org user@giraph.apache.orgmailto:user@giraph.apache.org Date: Thursday, February 21, 2013 4:21 PM To: user@giraph.apache.orgmailto:user@giraph.apache.org user@giraph.apache.orgmailto:user@giraph.apache.org Subject: Re: InputFormat for the example SimpleMasterComputeVertex

Re: InputFormat for the example SimpleMasterComputeVertex

2013-02-14 Thread Eli Reisman
Other folks on the list are also having this problem with the progressable utile exception job failures. I don't know much about master compute usage but if it is needed to make the aggregators work, maybe we should have a default dummy class that just handles aggregators if no other master

Re: InputFormat for the example SimpleMasterComputeVertex

2013-02-14 Thread Maja Kabiljo
@giraph.apache.orgmailto:user@giraph.apache.org Subject: Re: InputFormat for the example SimpleMasterComputeVertex Other folks on the list are also having this problem with the progressable utile exception job failures. I don't know much about master compute usage but if it is needed to make the aggregators work

Re: InputFormat for the example SimpleMasterComputeVertex

2013-02-13 Thread Claudio Martella
Are you sure that is the right line? I do not see how that would cause an exception, most probably a for loop on messages right after? On Wed, Feb 13, 2013 at 12:04 PM, Maria Stylianou mars...@gmail.com wrote: Hey, I am trying to run the example SimpleMasterComputeVertex, but no matter

Re: InputFormat for the example SimpleMasterComputeVertex

2013-02-13 Thread Maria Stylianou
@giraph.apache.org user@giraph.apache.org Subject: Re: InputFormat for the example SimpleMasterComputeVertex in the latest trunk, this is line 42: double newValue= this.DoubleWritablegetAggregatedValue(SMC_AGG).get(); What kind of input graph are you using? On Wed, Feb 13, 2013 at 1:25