I think you just need to quote the "Users" identifier. Without quotes,
identifiers are treated as case-insensitive.
https://cassandra.apache.org/doc/cql3/CQL.html#identifiers

Adam


On Wed, Aug 13, 2014 at 9:27 AM, Tim Dunphy <bluethu...@gmail.com> wrote:

> Hello,
>
>  I am trying to figure out how to do a select * from a table that's stored
> in a cassandra database.
>
> [root@beta-new:/home/tiezinteractive/www/cassandra] #cqlsh
> Connected to Jokefire Cluster at beta-new.jokefire.com:9160.
> [cqlsh 4.1.0 | Cassandra 2.0.6 | CQL spec 3.0.0 | Thrift protocol 19.39.0]
> Use HELP for help.
> cqlsh> describe keyspaces;
>
> system  animals  joke_fire1  game_of_thrones  system_traces  demo
>
> cqlsh> use demo;
> cqlsh:demo> describe tables;
>
> Users
>
> cqlsh:demo> select * from Users;
> *Bad Request: unconfigured columnfamily users*
>
> Can someone please help me with what I'm doing wrong in using this select
> statement?
>
> Thanks
> Tim
>
> --
> GPG me!!
>
> gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
>
>

Reply via email to