Re: Cassandra Java Client

2014-02-26 Thread Vivek Mishra
Kundera does support CQL3. Work for supporting datastax java driver is under development. https://github.com/impetus-opensource/Kundera/issues/385 -Vivek On Wed, Feb 26, 2014 at 6:34 PM, DuyHai Doan wrote: > Short answer : yes > > Long anwser: depending on whether you want to access Cassandr

Re: Cassandra Java Client

2014-02-26 Thread DuyHai Doan
Short answer : yes Long anwser: depending on whether you want to access Cassandra using Thrift of the native CQL3 protocole, different options are available. For Thrift access, lots of choices (Hector, Astyanax...). For CQL3 right now the only Java client so far is the one provided by Datastax "

Cassandra Java Client

2014-02-26 Thread Timmy Turner
Hi, is the DataStax "Java Driver for Apache Cassandra" ( https://github.com/datastax/java-driver) the official/recommended Java Client to use for accessing Cassandra from Java? Does Cassandra itself (i.e. the apache-cassandra-* jars) not contain any CQL clients? Thanks!

Re: Hector vs cassandra-java-client

2010-06-24 Thread Bjorn Borud
Jesse McConnell writes: > ya, until the developers decide to go the route of most other apache > projects and use maven and deploy artifacts into maven central your > best bet is to manage it yourself and install into a repository > manager and like archiva and nexus the issue is a bit worse. t

Re: Hector vs cassandra-java-client

2010-06-24 Thread Ran Tavory
es in maven public repos (e.g. Thrift itself). > >>> > >>> The option would be to publish a public maven repo containing all > >>> dependencies, which ends up being more responsibility then the client > >>> developers want to accept. > >>> Any volun

Re: Hector vs cassandra-java-client

2010-06-24 Thread Jesse McConnell
re responsibility then the client >>> developers want to accept. >>> Any volunteers? >>> >>> -Ken >>> >>> > To: user@cassandra.apache.org >>> > From: bbo...@gmail.com >>> > Subject: Re: Hector vs cassandra-java-client >

Re: Hector vs cassandra-java-client

2010-06-24 Thread Jools
be to publish a public maven repo containing all >> dependencies, which ends up being more responsibility then the client >> developers want to accept. >> Any volunteers? >> >> -Ken >> >> >> > To: user@cassandra.apache.org >> >

Re: Hector vs cassandra-java-client

2010-06-23 Thread Ran Tavory
dependencies, which ends up being more responsibility then the client > developers want to accept. > Any volunteers? > > -Ken > > > > To: user@cassandra.apache.org > > From: bbo...@gmail.com > > > Subject: Re: Hector vs cassandra-java-client > >

RE: Hector vs cassandra-java-client

2010-06-23 Thread Kenneth Bartholet
lient developers want to accept. Any volunteers? -Ken > To: user@cassandra.apache.org > From: bbo...@gmail.com > Subject: Re: Hector vs cassandra-java-client > Date: Tue, 22 Jun 2010 17:14:53 +0200 > > "Dop Sun" writes: > > > Updated. > > the firs

Re: Hector vs cassandra-java-client

2010-06-22 Thread Bjorn Borud
"Dop Sun" writes: > Updated. the first Cassandra client lib to make it into the Maven repositories will probably end up with a big audience. :-) -Bjørn

Re: Hector vs cassandra-java-client

2010-05-25 Thread Maxim Kramarenko
Hello I've used jassandra, works fine and easy for use. On 25.05.2010 06:21, Peter Hsu wrote: Hi All, This may have been answered already, but I did a [quick] Google search and didn't find much. Which is the better Java client to use? Hector or cassandra-java-client or neither?

RE: Hector vs cassandra-java-client

2010-05-25 Thread Dop Sun
Updated. Cheers~ Dop -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Tuesday, May 25, 2010 8:39 PM To: user@cassandra.apache.org Subject: Re: Hector vs cassandra-java-client You should link it on http://wiki.apache.org/cassandra/ClientOptions (click Login to

Re: Hector vs cassandra-java-client

2010-05-25 Thread Jonathan Ellis
e found with Cassandra java client > keywords. K > > > > From: Ran Tavory [mailto:ran...@gmail.com] > Sent: Tuesday, May 25, 2010 2:52 PM > To: user@cassandra.apache.org > Subject: Re: Hector vs cassandra-java-client > > > > cassandra-java-client is up to cassandra

RE: Hector vs cassandra-java-client

2010-05-25 Thread Dop Sun
A good chance to introduce my http://code.google.com/p/jassandra/ J Another Java client, and well, it cannot be found with Cassandra java client keywords. K From: Ran Tavory [mailto:ran...@gmail.com] Sent: Tuesday, May 25, 2010 2:52 PM To: user@cassandra.apache.org Subject: Re

Re: Hector vs cassandra-java-client

2010-05-24 Thread Ran Tavory
cassandra-java-client is up to cassandra's 0.4.2 version, so you probably can't use it out of the box. Hector is active and up to the latest 0.6.1 release with a bunch of committers, contributors and users. See http://wiki.github.com/rantav/hector/ and http://groups.google.com/group/he

Re: Hector vs cassandra-java-client

2010-05-24 Thread Jeff Zhang
I think hector is better, and seems the author of cassandra-java-client does not continue work on it. On Tue, May 25, 2010 at 10:21 AM, Peter Hsu wrote: > Hi All, > > This may have been answered already, but I did a [quick] Google search and > didn't find much.  Which i

Hector vs cassandra-java-client

2010-05-24 Thread Peter Hsu
Hi All, This may have been answered already, but I did a [quick] Google search and didn't find much. Which is the better Java client to use? Hector or cassandra-java-client or neither? it seems Hector is more fully featured and more active as a project in general. What are user experi

Re: Cassandra Java Client

2010-04-29 Thread Schubert Zhang
e.google.com/p/jassandra/issues/detail?id=17 >>>> >>>> >>>> >>>> Please feel free to let me know if you have any suggestions. >>>> >>>> >>>> >>>> The new build 1.0.0 build 3(http://code.google

Re: Cassandra Java Client

2010-04-28 Thread Ran Tavory
;> >>> The new build 1.0.0 build 3(http://code.google.com/p/jassandra/) >>> created. From Jassandra client side, no API changes. >>> >>> >>> >>> Cheers~~~ >>> >>> Dop >>> >>> >>> >>>

Re: Cassandra Java Client

2010-04-28 Thread Schubert Zhang
estions. >> >> >> >> The new build 1.0.0 build 3(http://code.google.com/p/jassandra/) created. >> From Jassandra client side, no API changes. >> >> >> >> Cheers~~~ >> >> Dop >> >> >> >> *From:* Ran Tavory [mailto:ran...@gma

Re: Cassandra Java Client

2010-04-20 Thread Ran Tavory
n Tavory [mailto:ran...@gmail.com] > *Sent:* Tuesday, April 20, 2010 1:36 AM > *To:* user@cassandra.apache.org > *Subject:* Re: Cassandra Java Client > > > > Hi Dop, you may want to look at hector as a low level cassandra client on > which you build jassandra, adding hibern

Re: Cassandra Java Client

2010-04-20 Thread Nathan McCall
build 1.0.0 build 3(http://code.google.com/p/jassandra/) created. > From Jassandra client side, no API changes. > > > > Cheers~~~ > > Dop > > > > From: Ran Tavory [mailto:ran...@gmail.com] > Sent: Tuesday, April 20, 2010 1:36 AM > To: user@cassandra.apache.org >

RE: Cassandra Java Client

2010-04-20 Thread Dop Sun
~~~ Dop From: Ran Tavory [mailto:ran...@gmail.com] Sent: Tuesday, April 20, 2010 1:36 AM To: user@cassandra.apache.org Subject: Re: Cassandra Java Client Hi Dop, you may want to look at hector as a low level cassandra client on which you build jassandra, adding hibernate style magic etc

RE: Cassandra Java Client

2010-04-19 Thread Dop Sun
From: Ran Tavory [mailto:ran...@gmail.com] Sent: Tuesday, April 20, 2010 1:36 AM To: user@cassandra.apache.org Subject: Re: Cassandra Java Client Hi Dop, you may want to look at hector as a low level cassandra client on which you build jassandra, adding hibernate style magic etc like other

Re: Cassandra Java Client

2010-04-19 Thread Ran Tavory
t(Lists.newArrayList(userName)); > int count = criteria.count(); > Assert.assertEquals(2, count); >} finally { > // 8. Don't forget to close the connection. > connection.close(); > } > } > > -Original Message- > From: Jonathan Ell

RE: Cassandra Java Client

2010-04-19 Thread Dop Sun
rget to close the connection. connection.close(); } } -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Monday, April 19, 2010 10:35 PM To: user@cassandra.apache.org Subject: Re: Cassandra Java Client How is Jassandra different from http://github.com/ranta

Re: Cassandra Java Client

2010-04-19 Thread Jonathan Ellis
, April 16, 2010 5:56 PM > To: user@cassandra.apache.org > Subject: Cassandra Java Client > > > > Hi, > > Can anyone tell how to implement Client that can insert data into cassandra > in Java. Any Code or guidelines would be helpful. > > - > Nirmala >

RE: Cassandra Java Client

2010-04-19 Thread Dop Sun
abstraction. Dop From: Nirmala Agadgar [mailto:nirmala...@gmail.com] Sent: Friday, April 16, 2010 5:56 PM To: user@cassandra.apache.org Subject: Cassandra Java Client Hi, Can anyone tell how to implement Client that can insert data into cassandra in Java. Any Code or guidelines would be

Re: Cassandra Java Client

2010-04-17 Thread dir dir
What is a SpyMemCahced?? What is the correlation between SpyMemCahced and Cassandra?? Thank You. Dir. On Sat, Apr 17, 2010 at 3:10 AM, Weijun Li wrote: > I'm using spymemcached and it works great! Easy to use, support sharding > and compression and can handle high volume traffic. > > http://cod

Re: Cassandra Java Client

2010-04-16 Thread Weijun Li
I'm using spymemcached and it works great! Easy to use, support sharding and compression and can handle high volume traffic. http://code.google.com/p/spymemcached/ -Weijun On Fri, Apr 16, 2010 at 3:29 AM, Linton N wrote: > import java.util.List; > import java.io.UnsupportedEncodingException; >

Re: Cassandra Java Client

2010-04-16 Thread Linton N
import java.util.List; import java.io.UnsupportedEncodingException; import org.apache.thrift.transport.TTransport; import org.apache.thrift.transport.TSocket; import org.apache.thrift.protocol.TProtocol; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.TException; import

RE: Cassandra Java Client

2010-04-16 Thread Ake Tangkananond
Hi Nirmala, Welcome to Cassandra! Is this the one you are looking for ? http://www.sodeso.nl/?p=80 -Ake From: Nirmala Agadgar [mailto:nirmala...@gmail.com] Sent: Friday, April 16, 2010 4:56 PM To: user@cassandra.apache.org Subject: Cassandra Java Client Hi, Can anyone tell

Re: Cassandra Java Client

2010-04-16 Thread Colin Vipurs
Take a look at Hector, a Java client: http://wiki.github.com/rantav/hector/ There's example code here: http://github.com/rantav/hector/blob/master/src/main/java/me/prettyprint/cassandra/service/ExampleClient.java On Fri, Apr 16, 2010 at 10:56 AM, Nirmala Agadgar wrote: > Hi, > > Can anyone tel

Cassandra Java Client

2010-04-16 Thread Nirmala Agadgar
Hi, Can anyone tell how to implement Client that can insert data into cassandra in Java. Any Code or guidelines would be helpful. - Nirmala