Re: Look table structuring advice

2013-05-04 Thread Dave Brosius
s Jabbar Azam On 4 May 2013 19:30, Dave Brosius <mailto:dbros...@mebigfatguy.com>> wrote: if you want to store all the roles in one row, you can do create table roles (synthetic_key int, name text, primary key(synthetic_key, name)) with compact storage when inserting r

Re:

2013-05-16 Thread Dave Brosius
what version of netty is on your classpath? On 05/16/2013 07:33 PM, aaron morton wrote: Try the IRC room for the java driver or submit a ticket on the JIRA system, see the links here https://github.com/datastax/java-driver Cheers - Aaron Morton Freelance Cassandra Consultant

Re: Unsubscribe?

2013-06-10 Thread Dave Brosius
You sent an email to user-unsubscr...@cassandra.apache.org from the email addressed used, and it didn't unsubscribe you? Did you get the 'are you sure' email? Did you check your spam folder? see http://cassandra.apache.org/ http://hadonejob.com/img/70907344.jpg On 06/10/2013 10:46 AM, Fati

Re: Custom 1.2 Authentication plugin will not work unless user is in system_auth.users column family

2013-06-17 Thread Dave Brosius
It seems to me that isExistingUser should be pushed down to the IAuthenticator implementation. Perhaps you should add a ticket to https://issues.apache.org/jira/browse/CASSANDRA On 06/17/2013 05:12 PM, Bao Le wrote: Hi, We have a custom authenticator that works well with Cassandra 1.1.5.

Re: AbstractCassandraDaemon.java (line 134) Exception in thread

2013-07-17 Thread Dave Brosius
What is your -Xss set to. If it's below 256m, set it there, and see if you still have the issues. - Original Message -From: "Julio Quierati" >;julio.quier...@gmail.com

Re: Custom data type is not work at C* 2.0

2013-09-05 Thread Dave Brosius
I think your class is missing a required public TypeSerializer getSerializer() {} method This is what you need to derive from https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob;f=src/java/org/apache/cassandra/db/marshal/AbstractType.java;h=74fe446319c199433b47d3ae60fc4d644e86b653;

Re: Unsupported major.minor version 51.0

2013-09-17 Thread Dave Brosius
Cassandra-2.0 needs to run on jdk7 On 09/17/2013 11:21 PM, Gary Zhao wrote: Hello I just saw this error. Anyone knows how to fix it? [root@gary-vm1 apache-cassandra-2.0.0]# bin/cassandra -f xss = -ea -javaagent:bin/../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42

Re: Composite keys and composite columns

2013-10-17 Thread Dave Brosius
The explanation for Composite columns is muddied by verbage depending on whether you are talking about the thrift interface which tends to talk about things in low terms, or cql which tends to talk about things in higher level terms. At a thrift/low level, a composite column, really now called

Re: Writing same key on two nodes using ONE consistency

2013-10-26 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 o

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 > wrote: Hey Guys, What is the best book to learn Cassandra from scratch? T

Re: unsubscribe

2013-10-30 Thread Dave Brosius
Please send that same riveting text to user-unsubscr...@cassandra.apache.org *http://tinyurl.com/kdrwyrc* On 10/30/2013 02:49 PM, Leonid Ilyevsky wrote: Unsubscribe This email, along with any attachments, is confidential and may be legally privileged or otherwise protected from disclosure.

<    1   2