Re: Retrieve all the columnfamily / tables of thrift and CQL from the keyspace in cassandra

2015-08-05 Thread Jonathan Haddad
+1. The project hasn't had a single relevant commit in almost a full year and is now officially unsupported. Migrate your data asap to CQL. On Wed, Aug 5, 2015 at 9:05 AM Alain RODRIGUEZ wrote: > Hi > > "I use hector" --> This is a very bad idea imho, even more while using C* > 2.1. > > Hecto

Re: Retrieve all the columnfamily / tables of thrift and CQL from the keyspace in cassandra

2015-08-05 Thread Alain RODRIGUEZ
Hi "I use hector" --> This is a very bad idea imho, even more while using C* 2.1. Hector is not maintained for a while and it uses the thrift protocol that allow accessing to limited features with worst performances than native / cql. See http://www.datastax.com/dev/blog/cassandra-2-1-now-over-5

Retrieve all the columnfamily / tables of thrift and CQL from the keyspace in cassandra

2015-08-04 Thread Shuo Chen
Hi, I use hector to manipulate cassandra of version 2.1.8 and want to retrieve all the tables from certain keyspace in an application. I use "KeyspaceDefinition.getCfDefs()" to retrieve the columnfamily list in a keyspace. However, I found that the getCfDefs() function can just retrieve the colum