Re: Counter values become under-counted when running repair.

2016-03-28 Thread Dikang Gu
Hi Aleksey, do you get a chance to take a look? Thanks Dikang. On Thu, Mar 24, 2016 at 10:30 PM, Dikang Gu wrote: > @Aleksey, sure, here is the jira: > https://issues.apache.org/jira/browse/CASSANDRA-11432 > > Thanks! > > On Thu, Mar 24, 2016 at 5:32 PM, Aleksey Yeschenko > wrote: > >> Best op

Re: Plans to support OR?

2016-03-28 Thread Pavel Yaskevich
Hi Henry, Yes, I'm currently working toward that ( https://issues.apache.org/jira/browse/CASSANDRA-0), such would require some major changes to the way select statements are executed but we are going to get there soon. Best Regards, Pavel. On Mon, Mar 28, 2016 at 12:35 PM, Henry M wro

Plans to support OR?

2016-03-28 Thread Henry M
Is there a plan for supporting OR in Cassandra queries? The following page points out there will be future changes to add OR support but I could not find a Jira ticket. - https://github.com/apache/cassandra/blob/trunk/doc/SASI.md *"Not Equals and OR support have been removed in this release

Re: Contribution

2016-03-28 Thread Salih Gedik
Chris and Pedro, Thank you so much for the tips. I will check these out! Regards I would second the suggestion of going over https://academy.datastax.com/ then can check out http://www.datastax.com/dev/blog/deep-into-cassandra-internals Chris On Mon, Mar 28, 2016 at 8:04 AM, Pedro Gordo wro

Re: What is the best way to model this JSON ??

2016-03-28 Thread Ryan Svihla
Lokesh, The modeling will change a bit depending on your queries, the rate of update and your tooling (Spring-data-cassandra makes a mess of updating collections for example). I suggest asking the Cassandra users mailing list for help since this list is for development OF Cassandra. > On Mar

What is the best way to model this JSON ??

2016-03-28 Thread Lokesh Ceeba - Vendor
Hello Team, How to design/develop the best data model for this ? var json=[{ "id":"9a55fdf6-eeab-4c83-9c6f-04c7df1b3225", "user":"ssatish", "event":"business", "occurredOn":"09 Mar 2016 17:55:15.292-0600", "eventOb

Re: Contribution

2016-03-28 Thread Chris Lohfink
I would second the suggestion of going over https://academy.datastax.com/ then can check out http://www.datastax.com/dev/blog/deep-into-cassandra-internals Chris On Mon, Mar 28, 2016 at 8:04 AM, Pedro Gordo wrote: > Hi! > > I think that the best place to start is to see the DataStax videos. The

Re: Contribution

2016-03-28 Thread Pedro Gordo
Hi! I think that the best place to start is to see the DataStax videos. They are really useful and explain things really well. Check them here . Although thee DS101 doesn't contain any deep architecture info, they tell you how Cassandra first came to be. On DS

Contribution

2016-03-28 Thread Salih Gedik
Hey there, I am Salih, a sophomore CS student. I really like Cassandra project and I'd love to contribute to its development. I have read the steps to get up and running and looking for bugs in tracker. However I need to understand the architecture of the system. Therefore I'd appreciate if y