Re: Writing same key on two nodes using ONE consistency

2013-10-27 Thread Dave Brosius
each node would forward the write request to the node responsible to hold that key (determined by the hash function) On 10/26/2013 09:25 PM, Mohammad Hajjat wrote: Hi, Quick question about Cassandra. If I write the same key (with two different values) to two different nodes with consistency

Cassandra book/tuturial

2013-10-27 Thread Erwin Karbasi
Hey Guys, What is the best book to learn Cassandra from scratch? Thanks in advance, Erwin

Re: Cassandra book/tuturial

2013-10-27 Thread Mohan L
On Sun, Oct 27, 2013 at 9:57 PM, Erwin Karbasi er...@optinity.com wrote: Hey Guys, What is the best book to learn Cassandra from scratch? Thanks in advance, Erwin Hi, Buy : Cassandra: The Definitive Guide By Eben Hewitt : http://shop.oreilly.com/product/0636920010852.do Thanks Mohan L

Re: Cassandra book/tuturial

2013-10-27 Thread Colin
I wouldnt buy that book, it's old and not too useful. Find some tutorials and dive in. On Oct 27, 2013, at 8:54 PM, Mohan L l.mohan...@gmail.com wrote: On Sun, Oct 27, 2013 at 9:57 PM, Erwin Karbasi er...@optinity.com wrote: Hey Guys, What is the best book to learn Cassandra

Re: Cassandra book/tuturial

2013-10-27 Thread Dave Brosius
Unfortunately, as tech books tend to be, it's quite a bit out of date, at this point. On 10/27/2013 09:54 PM, Mohan L wrote: On Sun, Oct 27, 2013 at 9:57 PM, Erwin Karbasi er...@optinity.com mailto:er...@optinity.com wrote: Hey Guys, What is the best book to learn Cassandra

Re: Cassandra book/tuturial

2013-10-27 Thread Danie Viljoen
Not a book, but I think this is a good start: http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html On Mon, Oct 28, 2013 at 3:14 PM, Dave Brosius dbros...@mebigfatguy.comwrote: Unfortunately, as tech books tend to be, it's quite a bit out of date, at this point. On

Re: Cassandra book/tuturial

2013-10-27 Thread Mohan L
And here also good intro: http://10kloc.wordpress.com/category/nosql-2/ Thanks Mohan L On Mon, Oct 28, 2013 at 8:02 AM, Danie Viljoen dav...@gmail.com wrote: Not a book, but I think this is a good start: http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html On Mon, Oct

Re: Cassandra book/tuturial

2013-10-27 Thread Joe Stein
http://www.planetcassandra.org has a lot of great resources on it. Eben Hewitt's book is great, as are the other C* books like the High Performance Cookbook http://www.amazon.com/Cassandra-Performance-Cookbook-Edward-Capriolo/dp/1849515123 I would recommend reading both of those books. You can

Re: Cassandra book/tuturial

2013-10-27 Thread ๏̯͡๏
With lot of enthusiasm i started reading it. Its out-dated, error prone. I could not even get Cassandra running from that book. Eventually i could not get start with cassandra. On Mon, Oct 28, 2013 at 9:41 AM, Joe Stein crypt...@gmail.com wrote: http://www.planetcassandra.org has a lot of

Re: Cassandra book/tuturial

2013-10-27 Thread Joe Stein
Reading previous version's documentation and related information from that time in the past (like books) has value! It helps to understand decisions that were made and changed and some that are still the same like Secondary Indexes which were introduced in 0.7 when