Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
Ok. I am able to understand the problem now. Issue is: If i create a column family altercations as: **8 CREATE TABLE altercations (        instigator text,        started_at timestamp,      

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, 201

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
Just verified, basically column family itself is not getting created on very first place, as reconnecting cql client again does not show it. -Vivek From: Vivek Mishra To: "dev@cassandra.apache.org" Sent: Tuesday, October 9, 2012 7:59 AM Subject: Re: Compund/

Re: Compund/Composite column names

2012-10-08 Thread Vivek Mishra
Nothing on server log. Only difference is i tried to create a compound key using 3 composite columns, whereas example on website is with 2. When i try to connect via cassandra-cli, i am able to connect but this column family is not available.  So i guess, this might be an issue with CQL3, not w

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