I'm testing with the default cassandra.yaml. I cannot reproduce the output in that gist, however:
>> thrift_client = client.instance_variable_get(:@client) => nil >> Also, the Thrift version for 0.7 is 11.0.0, according to the code I have. Can someone comment on whether 0.7 beta1 is at Thrift interface version 10.0.0 or 11.0.0? b On Mon, Aug 16, 2010 at 9:03 PM, Mark <static.void....@gmail.com> wrote: > On 8/16/10 8:51 PM, Mark wrote: >> >> On 8/16/10 6:19 PM, Benjamin Black wrote: >>> >>> client = Cassandra.new('system', '127.0.0.1:9160') >> >> Brand new download of beta-0.7.0-beta1 >> >> http://gist.github.com/528357 >> >> Which thrift/thrift_client versions are you using? > > FYI also tested similar setup on another machine and same results. Is there > any configuration change I need in cassandra.yaml or something? >