Re: The schema definitions are not picked up....

2010-05-10 Thread Frank Du
Since it happened for a week, I have filed an issue for the error: CASSANDRA-1073. Frank On Sat, May 8, 2010 at 11:49 PM, Frank Du wrote: > Hi Brandon and Jonathan, > > Thank you for the help! The keyspace was created successfully! Another > issue emerged: Does client.get_range_slices(...) work

Re: The schema definitions are not picked up....

2010-05-08 Thread Frank Du
Hi Brandon and Jonathan, Thank you for the help! The keyspace was created successfully! Another issue emerged: Does client.get_range_slices(...) work in the trunk? Here is my code; ColumnParent cp = new ColumnParent("CF1"); // read entire columns of the CF SlicePredicate predicate = new Slice

Re: The schema definitions are not picked up....

2010-05-04 Thread Jonathan Ellis
http://wiki.apache.org/cassandra/FAQ#no_keyspaces On Tue, May 4, 2010 at 4:42 PM, Frank Du wrote: > Hey All, > > I updated to latest trunk code, and ran 'bin/cassandra -f'. A warning > message was spitted out: > > WARN 16:42:33, 729 Couldn't detect any schema definitions in local storage. > I hop

Re: The schema definitions are not picked up....

2010-05-04 Thread Brandon Williams
On Tue, May 4, 2010 at 4:42 PM, Frank Du wrote: > Hey All, > > I updated to latest trunk code, and ran 'bin/cassandra -f'. A warning > message was spitted out: > > WARN 16:42:33, 729 Couldn't detect any schema definitions in local storage. > I hope you've got a plan. > > There are only system and

The schema definitions are not picked up....

2010-05-04 Thread Frank Du
Hey All, I updated to latest trunk code, and ran 'bin/cassandra -f'. A warning message was spitted out: WARN 16:42:33, 729 Couldn't detect any schema definitions in local storage. I hope you've got a plan. There are only system and definitions when I trying to show keyspaces. The cassandra.yaml