Re: Something about cassandra API

2011-03-28 Thread Stephen Connolly
On 28 March 2011 16:33, Eric Evans wrote: > On Mon, 2011-03-28 at 14:21 +0100, Stephen Connolly wrote: >> FYI Avro is in all likelyhood being removed in 0.8 > > FWIW, Avro is long-gone at this point. You have the advantage of actually being a Cassandra Dev as opposed to being a Cassandra Hanger-o

Re: Something about cassandra API

2011-03-28 Thread Eric Evans
On Mon, 2011-03-28 at 14:51 +0200, Norman Maurer wrote: > you would be better of to use a high-level client like hector or > pelops. > > See: > http://wiki.apache.org/cassandra/ClientOptions > > But to answer your question... If you really want to use something > lowlevel then Thrift is the way t

Re: Something about cassandra API

2011-03-28 Thread Eric Evans
On Mon, 2011-03-28 at 14:21 +0100, Stephen Connolly wrote: > FYI Avro is in all likelyhood being removed in 0.8 FWIW, Avro is long-gone at this point. -- Eric Evans eev...@rackspace.com

Re: Something about cassandra API

2011-03-28 Thread Stephen Connolly
FYI Avro is in all likelyhood being removed in 0.8 2011/3/28 Norman Maurer : > Hi there, > > you would be better of to use a high-level client like hector or pelops. > > See: > http://wiki.apache.org/cassandra/ClientOptions > > But to answer your question... If you really want to use something low

Re: Something about cassandra API

2011-03-28 Thread Norman Maurer
Hi there, you would be better of to use a high-level client like hector or pelops. See: http://wiki.apache.org/cassandra/ClientOptions But to answer your question... If you really want to use something lowlevel then Thrift is the way to go... Bye, Norman 2011/3/28 An Zhuo > HI, I've lear

Something about cassandra API

2011-03-28 Thread An Zhuo
HI, I've learned something about Cassandra and find that there are two packages about how to access cassandra: avro and thrift。 So how should I choose the suitable way with java, avro or thrift? thank you. 2011-03-28 An Zhuo