Re: Cassandra java driver linux encoding issue

2018-05-17 Thread Eric Stevens
What is the value returned from Charset.defaultCharset() on both systems? On Wed, May 16, 2018 at 5:00 AM rami dabbah wrote: > Hi, > > I am trying to query text filed from Cassandra using java driver see code > below. In windows it is working fine but in linux i am getting ?? > instead of Ch

Re: Cassandra Java Driver

2016-01-04 Thread ssiv...@gmail.com
Trying to connect to C* v3.1.1 cluster. It works nice with cqlsh /$ cqlsh// //Connected to Test Cluster at 127.0.0.1:9042.// //[cqlsh 5.0.1 | Cassandra 3.1.1 | CQL spec 3.3.1 | Native protocol v4]/ But doesn't work with /cassandra-driver-core/. I use next mvn deps: /// //com.datastax.cassan

Re: Cassandra Java Driver

2015-12-30 Thread ssiv...@gmail.com
No...It doesn't work for C* 2.2.4 too..( On 12/30/2015 04:48 PM, DuyHai Doan wrote: Check protocol version when you create your Cluster object on the client side Le 30 déc. 2015 13:33, "ssiv...@gmail.com " mailto:ssiv...@gmail.com>> a écrit : I've just tried

Re: Cassandra Java Driver

2015-12-30 Thread ssiv...@gmail.com
Sorry, setting protocol version to V4 doesn't work for C* 3.1.1. I sure, for C* 2.2.4 it will work...Will check On 12/30/2015 04:48 PM, DuyHai Doan wrote: Check protocol version when you create your Cluster object on the client side Le 30 déc. 2015 13:33, "ssiv...@gmail.com

Re: Cassandra Java Driver

2015-12-30 Thread ssiv...@gmail.com
I set it to ProtocolVersion.V4 (the highest). On 12/30/2015 04:48 PM, DuyHai Doan wrote: Check protocol version when you create your Cluster object on the client side Le 30 déc. 2015 13:33, "ssiv...@gmail.com " mailto:ssiv...@gmail.com>> a écrit : I've just t

Re: Cassandra Java Driver

2015-12-30 Thread DuyHai Doan
Check protocol version when you create your Cluster object on the client side Le 30 déc. 2015 13:33, "ssiv...@gmail.com" a écrit : > I've just tried to use cassandra-driver-core-3.0.0_rc1 and > cassandra-driver-core-3.0.0_beta1 with C* 2.2.4 (cassandra-all-2.2.4). And > neither of them can connec

Re: Cassandra Java Driver

2015-12-30 Thread ssiv...@gmail.com
I've just tried to use cassandra-driver-core-3.0.0_rc1 and cassandra-driver-core-3.0.0_beta1 with C* 2.2.4 (cassandra-all-2.2.4). And neither of them can connect to the local cluster. But cassandra-driver-core-2.1.9. Am I doing wrong? Happy New Year! On 12/28/2015 04:08 PM, Alexandre Dutra

Re: Cassandra Java Driver

2015-12-28 Thread Alexandre Dutra
FYI, Java driver 3.0.0-rc1 has just been released . On Sat, Dec 26, 2015 at 11:15 AM Brice Dutheil wrote: > Not yet. The latestest DSE (4.8.3) is shipped with a patched version of > Cassandra 2.11. >

Re: Cassandra Java Driver

2015-12-26 Thread Brice Dutheil
Not yet. The latestest DSE (4.8.3) is shipped with a patched version of Cassandra 2.11. You can find this information on their website. 4.8 Release note : https://docs.datastax.com/en/datastax_enterprise/4.8/datastax_enterprise/RNdse.html >From this page in the menu you can navigate and unroll the

Re: Cassandra Java Driver

2015-12-25 Thread Noorul Islam Kamal Malmiyoda
Is DSE shipping with 3.x ? Thanks and Regards Noorul On Fri, Dec 25, 2015 at 9:07 PM, Alexandre Dutra wrote: > Hi Jean, > > You should use 3.0.0-beta1. > > TL;DR > > DataStax Java driver series 2.2.x has been discontinued in favor of series > 3.x; we explained why in this mail to the Java driver

Re: Cassandra Java Driver

2015-12-25 Thread Jean Tremblay
Thank you very much Alexandre. That is very helpful. Merry Christmas!!! On 25 Dec 2015, at 16:38, Alexandre Dutra mailto:alexandre.du...@datastax.com>> wrote: Hi Jean, You should use 3.0.0-beta1. TL;DR DataStax Java driver series 2.2.x has been discontinued in favor of series 3.x; we explai

Re: Cassandra Java Driver

2015-12-25 Thread Alexandre Dutra
Hi Jean, You should use 3.0.0-beta1. TL;DR DataStax Java driver series 2.2.x has been discontinued in favor of series 3.x; we explained why in this mail to the Java driver mailing list . We do not advise