Re: Compund/Composite column names

2013-01-09 Thread Brian O'Neill
by persons or entities other than the intended recipient is strictly prohibited. From: Sylvain Lebresne Date: Monday, December 17, 2012 10:35 AM To: Cc: Vivek Mishra , Brian O'Neill Subject: Re: Compund/Composite column names Feel free to open a ticket with steps to reproduce.

Re: Compund/Composite column names

2012-12-17 Thread Brian O'Neill
in Lebresne Date: Monday, December 17, 2012 10:35 AM To: Cc: Vivek Mishra , Brian O'Neill Subject: Re: Compund/Composite column names Feel free to open a ticket with steps to reproduce. We can certainly throw a more meaningful exception. On Mon, Dec 17, 2012 at 4:11 PM, Edward Capriol

Re: Compund/Composite column names

2012-12-17 Thread Jonathan Ellis
* >> >> >> >> and then try to create same one with primary compound key with 3 >> composite >> >> column: >> >> >> >> &

Re: Compund/Composite column names

2012-12-17 Thread Sylvain Lebresne
> > > > > > > > > From: Brian O'Neill > > To: dev@cassandra.apache.org > > Cc: Vivek Mishra > > Sent: Monday, December 17, 2012 8:12 PM > > Subject: Re: Compund/Composite column names > > > > FYI -- I'm sti

Re: Compund/Composite column names

2012-12-17 Thread Edward Capriolo
d? > > -Vivek > > > > > > From: Brian O'Neill > To: dev@cassandra.apache.org > Cc: Vivek Mishra > Sent: Monday, December 17, 2012 8:12 PM > Subject: Re: Compund/Composite column names > > FYI -- I'm still seeing this

Re: Compund/Composite column names

2012-12-17 Thread Vivek Mishra
Looks like Thrift API is not working as expected? -Vivek From: Brian O'Neill To: dev@cassandra.apache.org Cc: Vivek Mishra Sent: Monday, December 17, 2012 8:12 PM Subject: Re: Compund/Composite column names FYI -- I'm still seeing this on 1.2-

Re: Compund/Composite column names

2012-12-17 Thread Brian O'Neill
gt;PRIMARY KEY (instigator,started_at,ships_destroyed) >> ); >> >> * >> >> it gives me error: "TSocket read 0 bytes" >> >>

Re: Compund/Composite column names

2012-10-09 Thread Jonathan Ellis
> > it gives me error: "TSocket read 0 bytes" > > Rest, as no column family is created, so nothing onwards will work. > > Is this an issue? > > -Vivek > > >

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
__ From: Jonathan Ellis To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 9:08 AM Subject: Re: Compund/Composite column names Works for me on latest 1.1 in cql3 mode.  cql2 mode gives a parse error. On Mon, Oct 8, 2012 at 9:18 PM, Vivek Mishra wrote: &

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
i tried with 1.1.2 From: Jonathan Ellis To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 9:08 AM Subject: Re: Compund/Composite column names Works for me on latest 1.1 in cql3 mode.  cql2 mode gives a parse error. On Mon, Oct 8

Re: Compund/Composite column names

2012-10-08 Thread Jonathan Ellis
Works for me on latest 1.1 in cql3 mode. cql2 mode gives a parse error. On Mon, Oct 8, 2012 at 9:18 PM, Vivek Mishra wrote: > Hi All, > > I am trying to use compound primary key column name and i am referring to: > http://www.datastax.com/dev/blog/whats-new-in-cql-3-0 > > > As mentioned on this

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
s might be an issue with CQL3, not with cassandra server? -Vivek From: Brandon Williams To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 7:50 AM Subject: Re: Compund/Composite column names Check for a stacktrace in the server log. O

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
with cassandra server? -Vivek From: Brandon Williams To: dev@cassandra.apache.org; Vivek Mishra Sent: Tuesday, October 9, 2012 7:50 AM Subject: Re: Compund/Composite column names Check for a stacktrace in the server log. On Mon, Oct 8, 2012 at 9:18 PM

Re: Compund/Composite column names

2012-10-08 Thread Brandon Williams
Check for a stacktrace in the server log. On Mon, Oct 8, 2012 at 9:18 PM, Vivek Mishra wrote: > Hi All, > > I am trying to use compound primary key column name and i am referring to: > http://www.datastax.com/dev/blog/whats-new-in-cql-3-0 > > > As mentioned on this example, i tried to create a co

Compund/Composite column names

2012-10-08 Thread Vivek Mishra
Hi All, I am trying to use compound primary key column name and i am referring to: http://www.datastax.com/dev/blog/whats-new-in-cql-3-0 As mentioned on this example, i tried to create a column family containing compound primary key (one or more) as:  CREATE TABLE altercations (        instiga