Re: CQL describe table not working

2013-02-22 Thread Hiller, Dean
pache.org>> Date: Friday, February 22, 2013 8:29 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: CQL describe table not working Hello, I'm using v1.2.1. If I want to use desc table and I haven't

Re: CQL describe table not working

2013-02-22 Thread Jabbar
Hello, I'm using v1.2.1. If I want to use desc table and I haven't done a "use " then I use "desc table .tablename". However if I have done "use On 22 February 2013 14:09, Hiller, Dean wrote: > I can "describe keyspace " just fine and I see my table(as the > CREATE TABLE seen below) but when

CQL describe table not working

2013-02-22 Thread Hiller, Dean
I can "describe keyspace " just fine and I see my table(as the CREATE TABLE seen below) but when I run "describe table nreldata" cqlsh just prints out "Not in any keyspace". Am I doing something wrong here? This is 1.1.4 cassandra and I wanted to try to set my bloomfilter fp to 1.0 (ie. Disab