CQL describe table not working

2013-02-22 Thread Hiller, Dean
I can describe keyspace 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.

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 keyspace then I use desc table keyspace.tablename. However if I have done use keyspace I only do a desc table tablename On 22 February 2013 14:09, Hiller, Dean dean.hil...@nrel.gov wrote: I can describe keyspace