Re: Java high-level client

2012-11-30 Thread Peter Lin
@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 mkjell...@barracuda.com wrote: Netflix has a great client https://github.com/Netflix/astyanax

Re: Java high-level client

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

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 ailin...@gmail.com To: user@cassandra.apache.org Sent: Wednesday, November 28, 2012 9:37 AM Subject: Re: Java high-level client +1 On Tue, Nov

Re: Java high-level client

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

Re: Java high-level client

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

Re: Java high-level client

2012-11-28 Thread Wei Zhu
, 2012 11:51 AM Subject: Re: Java high-level client Lots of example code, nice api, good performance as the first things that come to mind why I like Astyanax better than Hector From: Andrey Ilinykh ailin...@gmail.com Reply-To: user@cassandra.apache.org user@cassandra.apache.org Date: Wednesday

Re: Java high-level client

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

Re: Java high-level client

2012-11-28 Thread David Schairer
, November 28, 2012 11:51 AM Subject: Re: Java high-level client Lots of example code, nice api, good performance as the first things that come to mind why I like Astyanax better than Hector From: Andrey Ilinykh ailin...@gmail.com Reply-To: user@cassandra.apache.org user@cassandra.apache.org

Re: Java high-level client

2012-11-28 Thread Michael Kjellman
...@yahoo.commailto:wz1...@yahoo.com 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, 2012

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, new users

Re: Java high-level client

2012-11-27 Thread Peter Lin
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, new users have

Re: Java high-level client

2012-11-27 Thread Hiller, Dean
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 options from the Cassandra Wiki

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 Wiki

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

Re: Java high-level client

2012-11-27 Thread Michael Kjellman
the active development branch. On Tue, Nov 27, 2012 at 10:36 AM, Carsten Schnober schno...@ids-mannheim.de 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

Re: Java high-level client

2012-11-27 Thread Vivek Mishra
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, new users have to pick more or less

Re: Java high-level client

2012-11-27 Thread Edward Capriolo
you don't mind using the active development branch. On Tue, Nov 27, 2012 at 10:36 AM, Carsten Schnober schno...@ids-mannheim.de 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

Re: Java high-level client

2012-11-27 Thread Wei Zhu
From: Edward Capriolo edlinuxg...@gmail.com 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