Understanding SuperColumns

2010-06-27 Thread Anthony Ikeda
I seem to be scratching my head about how to model Super Columns properly and how they relate to a 1 to many kind of relationship. For example: UserAccounts = { "PB12345": { firstname: "Paul", surname: "Brown", address: {street: "Main St", suburb: "Springfield", state: "

Re: New committer: Brandon Williams

2010-06-27 Thread Sandeep Kalidindi at PaGaLGuY.com
Congrats Brandon. have a great time ahead. Cheers, Deepu. On Mon, Jun 28, 2010 at 3:08 AM, Jonathan Ellis wrote: > The Cassandra PMC has voted to make Brandon a committer. Thanks for > your help, Brandon! > > -- > Jonathan Ellis > Project Chair, Apache Cassandra > co-founder of Riptano, the s

New committer: Brandon Williams

2010-06-27 Thread Jonathan Ellis
The Cassandra PMC has voted to make Brandon a committer. Thanks for your help, Brandon! -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com

Re: Cassandra Health Monitoring

2010-06-27 Thread Jonathan Ellis
short version: if o.a.c.concurrent.{ROW-READ-STAGE,ROW-MUTATION-STAGE} and o.a.c.db.CompactionManager have - completed task count increasing - pending tasks stable (for RRS and RMS, stable in low hundreds or less, for CM stable in single digits or less) - the log isn't spitting out Error lines

Re: Map Reduce support

2010-06-27 Thread Atul Gosain
Thanks for the information Drew and Jonathan. Is there any difference in performance while using Pig compared to MapReduce directly on data store ? I will do the experiments with both of them though in some time. On Fri, Jun 25, 2010 at 5:46 PM, Drew Dahlke wrote: > The cassandra column family i

Re: Hector Client Failover errors

2010-06-27 Thread Ran Tavory
ttransport exception usually happens when the server cannot respond or there's a network error. Can you send more context to from your code? More context from the exception? Is the insertion rate about the same in the thrift or hector versions? If insertion with hector is faster than thrift (conne

Hector Client Failover errors

2010-06-27 Thread Atul Gosain
I am trying to insert the data using hector client. Using only one host in the pool ie. localhost. like as follows CassandraClientPool pool = CassandraClientPoolFactory.INSTANCE.get(); client = pool.borrowClient("localhost", 9160); global = client.getKeyspace(key