Re: Do I have to use the cql in the datastax java driver?

2015-11-09 Thread Robert Coli
On Sun, Nov 8, 2015 at 6:57 AM, Jonathan Haddad wrote: > You shouldn't use thrift, it's effectively dead. > > On Fri, Nov 6, 2015 at 10:30 PM Dikang Gu wrote: > >> Can I still use thrift interface to talk to cassandra? Any reason that we >> should not

Re: Do I have to use the cql in the datastax java driver?

2015-11-08 Thread Jonathan Haddad
You shouldn't use thrift, it's effectively dead. On Fri, Nov 6, 2015 at 10:30 PM Dikang Gu <dikan...@gmail.com> wrote: > Hi there, > > In the datastax java driver, do I have to use the cql to talk to cassandra > cluster? > > Can I still use thrift interface to talk

Do I have to use the cql in the datastax java driver?

2015-11-06 Thread Dikang Gu
Hi there, In the datastax java driver, do I have to use the cql to talk to cassandra cluster? Can I still use thrift interface to talk to cassandra? Any reason that we should not use thrift anymore? Thanks. -- Dikang