Re: Is anyone using version 0.7 schema update API

2010-07-13 Thread GH
>>> >> >> http://github.com/fauna/cassandra/tree/master/lib/cassandra/0.7/ >>> >> >> >>> >> >> Unclear to me what problems you are experiencing. >>> >> >> >>> >> >> On Sun, Jul 11, 2010 at 2:27 PM, GH wrote: >

Re: Is anyone using version 0.7 schema update API

2010-07-13 Thread Dave Viner
> ColumnFamily. >> >> >> > Currently I was all but creating a new client to do that which >> seems >> >> >> > to >> >> >> > be >> >> >> > the wrong way. >> >> >> > If you have something

Re: Is anyone using version 0.7 schema update API

2010-07-13 Thread GH
> > If you have something that works that will put me on the right > track > >> >> > I > >> >> > hope. > >> >> > > >> >> > > >> >> > Gavan > >> >> > > >> >&

Re: Is anyone using version 0.7 schema update API

2010-07-13 Thread Benjamin Black
p Sun wrote: >> >> >> >> >> >> Based on current source codes in the head, moving from 0.6.x to 0.7, >> >> >> means >> >> >> some code changes in the client side (other than server side >> >> >> changes, >> >> >> like &g

Re: Is anyone using version 0.7 schema update API

2010-07-13 Thread GH
than server side changes, > >> >> like > >> >> storage_conf.xml). > >> >> > >> >> > >> >> > >> >> Something like: > >> >> > >> >> 1. New Clock class instead of timestamp: this may

Re: Is anyone using version 0.7 schema update API

2010-07-12 Thread Benjamin Black
this may be trivia, but >> >> it >> >> takes some time to change >> >> >> >> 2.   Moving key space out of the API >> >> >> >> 3.   Key changed from string to byte >> >> >> >> 4.   Some API

Re: Is anyone using version 0.7 schema update API

2010-07-12 Thread GH
m still exploring the changes since I’m working on a Java client for > >> Cassandra. There should be longer list than what I have discovered. > >> > >> > >> > >> But, 0.7 is really good. I love the one can dynamically create Key Space > >> and Co

Re: Is anyone using version 0.7 schema update API

2010-07-11 Thread Benjamin Black
; Cassandra. There should be longer list than what I have discovered. >> >> >> >> But, 0.7 is really good. I love the one can dynamically create Key Space >> and Column Family. Also, I love the key to be a byte array instead of >> string. >> >> >&

RE: Is anyone using version 0.7 schema update API

2010-07-11 Thread Dop Sun
[mailto:gavan.h...@gmail.com] Sent: Monday, July 12, 2010 5:28 AM To: user@cassandra.apache.org Subject: Re: Is anyone using version 0.7 schema update API Hi Dop, Do you have any code on dynamically creating KeySpace and ColumnFamily. Currently I was all but creating a new client to do that which

Re: Is anyone using version 0.7 schema update API

2010-07-11 Thread GH
t; > > Dop > > > > *From:* GH [mailto:gavan.h...@gmail.com] > *Sent:* Sunday, July 11, 2010 8:42 PM > *To:* user@cassandra.apache.org > *Subject:* Is anyone using version 0.7 schema update API > > > > I want to move on to 0.7 using this API rather than storage-conf.xml > conversion. > > Any info that you can advise on how you used it would be much appreciated. > > > > Thanks > > Gavan >

RE: Is anyone using version 0.7 schema update API

2010-07-11 Thread Dop Sun
I love the one can dynamically create Key Space and Column Family. Also, I love the key to be a byte array instead of string. Enjoy the migrating. J Dop From: GH [mailto:gavan.h...@gmail.com] Sent: Sunday, July 11, 2010 8:42 PM To: user@cassandra.apache.org Subject: Is anyone using v

Re: Is anyone using version 0.7 schema update API

2010-07-11 Thread Roger Schildmeijer
http://wiki.apache.org/cassandra/LiveSchemaUpdates On 11 jul 2010, at 14.42em, GH wrote: > I want to move on to 0.7 using this API rather than storage-conf.xml > conversion. > Any info that you can advise on how you used it would be much appreciated. > > Thanks > Gavan

Is anyone using version 0.7 schema update API

2010-07-11 Thread GH
I want to move on to 0.7 using this API rather than storage-conf.xml conversion. Any info that you can advise on how you used it would be much appreciated. Thanks Gavan