Question about bootstrapping

2010-10-13 Thread Maxim Grinev
/monitoring)? Thanks, Maxim Grinev

Re: Hadoop over Cassandra

2010-05-18 Thread Maxim Grinev
On Tue, May 18, 2010 at 2:23 AM, Jonathan Ellis wrote: > On Mon, May 17, 2010 at 4:12 PM, Vick Khera wrote: > > On Mon, May 17, 2010 at 3:46 PM, Jonathan Ellis > wrote: > >> Moving to the user@ list. > >> > >> http://wiki.apache.org/cassandra/HadoopSupport should be useful. > > > > That documen

detecting write retries

2010-04-27 Thread Maxim Grinev
Hi all, if the node that proccesses my write fails, I should retry my write. If my write increments some counter, the counter will be incremented several times instead of just once. Does Cassandra support any mechanism to identify write retries to avoid multiple exacution? Maxim