Re: Restarting Algorithm Pattern

2013-06-04 Thread Avery Ching
Gainer *Subject:* Re: Restarting Algorithm Pattern Rather than use voteToHalt, you could add an Aggregator that kept track of the "alive vertices" and then you can use an Aggregator to store/set your configuration value that the Master computation can modify. Do the logic in the M

RE: Restarting Algorithm Pattern

2013-06-04 Thread David Gainer
y, June 04, 2013 3:05 AM To: user@giraph.apache.org Cc: David Gainer Subject: Re: Restarting Algorithm Pattern Rather than use voteToHalt, you could add an Aggregator that kept track of the "alive vertices" and then you can use an Aggregator to store/set your configuration value that th

Re: Restarting Algorithm Pattern

2013-06-04 Thread Avery Ching
Rather than use voteToHalt, you could add an Aggregator that kept track of the "alive vertices" and then you can use an Aggregator to store/set your configuration value that the Master computation can modify. Do the logic in the Master computation and all should be well. Avery On 6/3/13 10:0