Re: [jira] [Created] (CASSANDRA-9506) casandra wouldn't start

2015-05-28 Thread Dave Brosius
That api was changed in commit 2385dc2d912391 I expect that StorageService just didn't get recompiled after the change came to ClientState I'd recommend git pull ing again, and doing ant realclean ant jar On 05/28/2015 08:27 PM, Chandran Anjur Narasimhan (JIRA) wrote: Chandran Anjur Nar

Re: Parsing SSTables containing CQL values

2015-05-28 Thread Jason Wee
it does not support the CQL types ... do you mean cql type in here? http://docs.datastax.com/en/cql/3.1/cql/cql_reference/cql_data_types_c.html if so, i ran cassandra 2.2.0 beta1 with this. cqlsh:jw_schema1> desc table all_data_types; CREATE TABLE jw_schema1.all_data_types ( type_ascii a

Re: Getting datacenter from InetSocketAddress

2015-05-28 Thread Cyril Scetbon
Outch, I've missed the getter ... Thanks ! > On May 28, 2015, at 00:33, Alex Popescu wrote: > > You can use: cluster.getMetadata().getAllHosts()