Re: Java high-level client

2012-11-30 Thread Peter Lin
From: Andrey Ilinykh > To: user@cassandra.apache.org > Sent: Wednesday, November 28, 2012 9:37 AM > > Subject: Re: Java high-level client > > +1 > > > On Tue, Nov 27, 2012 at 10:10 AM, Michael Kjellman > wrote: > > Netflix has a great client > > https://github.com/Netflix/astyanax > > >

Re: Java high-level client

2012-11-28 Thread Michael Kjellman
apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Wednesday, November 28, 2012 11:49 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>>, Wei Zhu mailto:wz1...@yaho

Re: Java high-level client

2012-11-28 Thread David Schairer
ot; > Date: Wednesday, November 28, 2012 11:49 AM > To: "user@cassandra.apache.org" , Wei Zhu > > Subject: Re: Java high-level client > > First at all, it is backed by Netflix. They used it production for long time, > so it is pretty solid. Also they have nice tool (

Re: Java high-level client

2012-11-28 Thread Edward Capriolo
Astyanax better than Hector > > From: Andrey Ilinykh > Reply-To: "user@cassandra.apache.org" > Date: Wednesday, November 28, 2012 11:49 AM > To: "user@cassandra.apache.org" , Wei Zhu < > wz1...@yahoo.com> > Subject: Re: Java high-level client > &g

Re: Java high-level client

2012-11-28 Thread Wei Zhu
.org" , Wei Zhu Subject: Re: Java high-level client First at all, it is backed by Netflix. They used it production for long time, so it is pretty solid. Also they have nice tool (Priam) which makes cassandra cloud (AWS) friendly. This is important for us. Andrey  On Wed, Nov 28, 20

Re: Java high-level client

2012-11-28 Thread Michael Kjellman
ndra.apache.org>> Date: Wednesday, November 28, 2012 11:49 AM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>>, Wei Zhu mailto:wz1...@yahoo.com>> Subject: Re: Java high-level client First at all, it is backed by Netflix.

Re: Java high-level client

2012-11-28 Thread Andrey Ilinykh
hat is the major advantage of astyanax over > Hector? > > Thanks. > -Wei > > -- > *From:* Andrey Ilinykh > *To:* user@cassandra.apache.org > *Sent:* Wednesday, November 28, 2012 9:37 AM > > *Subject:* Re: Java high-level client > >

Re: Java high-level client

2012-11-28 Thread Wei Zhu
We are using Hector now. What is the major advantage of astyanax over Hector? Thanks. -Wei From: Andrey Ilinykh To: user@cassandra.apache.org Sent: Wednesday, November 28, 2012 9:37 AM Subject: Re: Java high-level client +1 On Tue, Nov 27, 2012 at 10:10

Re: Java high-level client

2012-11-28 Thread Andrey Ilinykh
+1 On Tue, Nov 27, 2012 at 10:10 AM, Michael Kjellman wrote: > Netflix has a great client > > https://github.com/Netflix/astyanax > >

Re: Java high-level client

2012-11-27 Thread Wei Zhu
ks. -Wei From: Edward Capriolo To: user@cassandra.apache.org Sent: Tuesday, November 27, 2012 8:57 AM Subject: Re: Java high-level client Hector does not require an outdated version of thift, you are likely using an outdated version of hector. Here is the long and short of it: If the thrif

Re: Java high-level client

2012-11-27 Thread Edward Capriolo
0. > >That's assuming you don't mind using the active development branch. > > > > > > > >On Tue, Nov 27, 2012 at 10:36 AM, Carsten Schnober > > wrote: > >> Hi, > >> I'm aware that this has been a frequent question, but answers ar

Re: Java high-level client

2012-11-27 Thread Vivek Mishra
> wrote: > >> Hi, > >> I'm aware that this has been a frequent question, but answers are still > >> hard to find: what's an appropriate Java high-level client? > >> I actually believe that the lack of a single maintained Java API that is &

Re: Java high-level client

2012-11-27 Thread Michael Kjellman
don't mind using the active development branch. > > > >On Tue, Nov 27, 2012 at 10:36 AM, Carsten Schnober > wrote: >> Hi, >> I'm aware that this has been a frequent question, but answers are still >> hard to find: what's an appropriate Java high-level client?

Re: Hector (was: Java high-level client)

2012-11-27 Thread Peter Lin
I could be wrong, but the most recent release is against cassandra 1.0.x master tracks against cassandra 1.1.x I've contributed a few patches related to CQL3 the last few weeks and master seems stable to me. for the record, I don't work for DataStax so it's just my opinion. I needed the functiona

Re: Hector (was: Java high-level client)

2012-11-27 Thread Carsten Schnober
Am 27.11.2012 16:40, schrieb Peter Lin: Hi Peter, thanks for your prompt reply! > I use hector-client master, which is pretty stable right now. Please excuse my ignorance, but just to be sure I'd like to ask: does "hector-client master" differ from the Hector client linked from the Cassandra Wik

Re: Java high-level client

2012-11-27 Thread Hiller, Dean
;hard to find: what's an appropriate Java high-level client? >I actually believe that the lack of a single maintained Java API that is >packaged with Cassandra is quite an issue. The way the situation is >right now, new users have to pick more or less randomly one of the >available o

Re: Java high-level client

2012-11-27 Thread Peter Lin
re that this has been a frequent question, but answers are still > hard to find: what's an appropriate Java high-level client? > I actually believe that the lack of a single maintained Java API that is > packaged with Cassandra is quite an issue. The way the situation is > right no

Java high-level client

2012-11-27 Thread Carsten Schnober
Hi, I'm aware that this has been a frequent question, but answers are still hard to find: what's an appropriate Java high-level client? I actually believe that the lack of a single maintained Java API that is packaged with Cassandra is quite an issue. The way the situation is right now,