Re: Can not start cassandra in local correctly

2010-04-19 Thread Jonathan Ellis
It's a one-time operation when upgrading. You're supposed to do it manually that one time. On Mon, Apr 19, 2010 at 9:17 PM, Jeff Zhang wrote: > Gary, > > Thank you for your detailed explanation. I looked at the code, it seems no > one will call StorageService.loadSchemaFromXML(). > I think we sh

Re: Can not start cassandra in local correctly

2010-04-19 Thread Jeff Zhang
Gary, Thank you for your detailed explanation. I looked at the code, it seems no one will call StorageService.loadSchemaFromXML(). I think we should provide a parameter in CassandraDaemon to control whether load schema from cassandra.xml On Mon, Apr 19, 2010 at 9:13 PM, Gary Dusbabek wrote: >

Re: Can not start cassandra in local correctly

2010-04-19 Thread Gary Dusbabek
This question is starting to occur with enough frequency that I have added a FAQ entry about it. http://wiki.apache.org/cassandra/FAQ#no_keyspaces Gary. On Sun, Apr 18, 2010 at 02:46, Jeff Zhang wrote: > Hi all, > > When I use the cassandra trunk, keyspace defined in cassandra.xml can not > be

Re: Can not start cassandra in local correctly

2010-04-18 Thread Roger Schildmeijer
On 18 apr 2010, at 09.46fm, Jeff Zhang wrote: > Hi all, > > When I use the cassandra trunk, keyspace defined in cassandra.xml can not > been initialized, only two tables "system" and "definitions" is initialized. > I look at the code , find that some migration work is done in trunk. Is > there a

Can not start cassandra in local correctly

2010-04-18 Thread Jeff Zhang
Hi all, When I use the cassandra trunk, keyspace defined in cassandra.xml can not been initialized, only two tables "system" and "definitions" is initialized. I look at the code , find that some migration work is done in trunk. Is there anyway I can run it correctly ? or is it a bug ? -- Best Re