On Mon, Apr 12, 2010 at 9:48 AM, Colin Yates <colin.ya...@gmail.com> wrote:
> I was hoping I could do a get_range_slices specifying 'project*' for the
> columnFamily and a keyRange start: 20100107, end:20100109 but I
> get an error 'InvalidRequestException(why:unconfigured columnfamily 
> project*)'.

I think you've been misled by the "think of Cassandra as a multi-level
hash" explanations; you can't wildcard ColumnFamilies like that.  (I
personally think that the model of "a columnfamily is like a table,
except that its rows can contain nested columns [supercolumns]" is
more useful.)

-Jonathan

Reply via email to