Re: How to insert "Empty" timeuuid by Cql

2016-10-19 Thread Lijun Huang
u already tried using unset values? > > http://www.datastax.com/dev/blog/datastax-java-driver-3-0- > 0-released#unset-values > > They are only available starting with protocol version 4 however. > > On Thu, Oct 20, 2016 at 10:19 AM, Lijun Huang <coder...@gmail.com> w

Re: How to insert "Empty" timeuuid by Cql

2016-10-19 Thread Lijun Huang
> bloom_filter_fp_chance=0.01 AND > caching='{"keys":"ALL", "rows_per_partition":"NONE"}' AND > comment='' AND > dclocal_read_repair_chance=0.10 AND > gc_grace_seconds=432000 AND > read_repair_chance=0.00 AND >

Re: which astyanax version to use?

2015-11-18 Thread Lijun Huang
Eric, That's really an awful thing for me. I looked into the Astyanax code, the dependency of Cassandra is still staying on 2.0.12, and seems the community have no plan to upgrade it to support the newer version of Cassandra. But whatever, thank you so much for your reply. Thanks, Lijun Huang

Re: which astyanax version to use?

2015-11-17 Thread Lijun Huang
com> wrote: > The latest version of Astyanax won't work with Cassandra 2.1+. So you are > better off using Java Driver from Datastax. > > /Minh > > On Tue, Nov 17, 2015 at 7:29 PM, Lijun Huang <coder...@gmail.com> wrote: > >> Hi All, >> >> I have the

Re: which astyanax version to use?

2015-11-17 Thread Lijun Huang
Hi All, I have the similar problem, if I use the Cassandra 2.1 version, which Astyanax version is the best one for me? For the versions in Astyanax Github pages make me a little confused, I need some experience about this. Thanks in advance. Thanks, Lijun Huang