Re: how to handle join properly in this case

2013-05-26 Thread Vegard Berget
Hi, I am no expert, but a couple of suggestions:1)  Remember that writes are very fast i Cassandra, so don't be afraid to store more information than you would in an Sql-ish server. 2)  It would be better with an example, but again - by storing more than you would in an sql-schema, would you still

Compaction causing OutOfHeap

2013-05-26 Thread John Watson
Having (2) 1.2.5 nodes constantly crashing due to OutOfHeap errors. It always happens when the same large compaction is about to finish (they re-run the same compaction after restarting.) An indicator is CMS GC time of 3-5s (and the many related problems felt throughout the rest of the cluster)

Buggy JRE error

2013-05-26 Thread S Chidambaran
I get these errors frequently as Cassandra starts up. I'm using the official Java distribution from Ubuntu. WARN 08:11:48,145 MemoryMeter uninitialized (jamm not specified as java agent); assuming liveRatio of 10.0. Usually this means cassandra-env.sh disabled jamm because you are using a bu

Suggested Ruby client using Cassandra 1.2.5

2013-05-26 Thread Matthew Hillsborough
Hi all, I am interested in using Cassandra in a Ruby on Rails project. After a quick search on GitHub, there seems to be two clients that stick out for use with Ruby: * https://github.com/twitter/cassandra * https://github.com/kreynolds/cassandra-cql The documentation I've read suggested that u

Re: Hector vs Astyanax dependency issue

2013-05-26 Thread Gareth Collins
Hi Renato, Are you sure that you don't have two copies of guava in your classpath? I don't have this problem (I was using both Hector and Astyanax for a while -> now transitioned completely to Astyanax). Probably the most problematic part of using the datastax or astyanax clients is that they bot

Re: Hector vs Astyanax dependency issue

2013-05-26 Thread Edward Capriolo
http://sonatype.github.io/jarjar-maven-plugin/ One way to handle thee problems is to jar jar something. Essentially repackage everything as something else and make the conflicts go away :) On Sun, May 26, 2013 at 9:53 AM, Renato Marroquín Mogrovejo < renatoj.marroq...@gmail.com> wrote: > Thanks

Re: Hector vs Astyanax dependency issue

2013-05-26 Thread Renato Marroquín Mogrovejo
This is true for different open source projects with different objectives. But IMHO Cassandra clients aim to solve one main problem which is to provide access to Cassandra, and as they all have the same goal, shouldn't they be aligned for the Cassandra community? I mean if we want to change from on

Re: Hector vs Astyanax dependency issue

2013-05-26 Thread Peter Lin
it's not unique to cassandra community. It's a problem across Java community caused by Maven fanatics. it's also the sad fact that too many popular open source projects have way more external dependencies than necessary. As an apache committer I've seen this across most java open source projects.

Re: Hector vs Astyanax dependency issue

2013-05-26 Thread Renato Marroquín Mogrovejo
Thanks for your replies! It is really a shame that is the way I would have to go. I am a contributor for the Apache Gora[1] project and we were trying to support different clients within our project but with those news, things really get complicated :-/ maybe we will go with Intravert or DataStax c

Re: column with TTL of 10 seconds lives very long...

2013-05-26 Thread Tamar Fraenkel
Hi! Just an update, the weekly repair seemed to solve it. The column is no longer there. Still strange... Tamar *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612956 On Sat, May 25,