Good morning, Could anyone of you provide me with a simple java code that uses the Zab protocol of Zookeeper? I have been searching about that but I did not succeed to find a code that shows how can I use Zab.
In fact what I need is simple, I have a MapReduce code and I want all the mappers to update a variable (let's say X) whenever they succeed to find a better value (i.e. a bigger value). In this case, the leader has to broadcast the actual best value to all mappers. How can I do such a thing in Java? Any answer will be appreciated, Regards, Abu-Aisheh -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/Zab-documentation-tp4595654p7579593.html Sent from the zookeeper-user mailing list archive at Nabble.com.
