Updated code is now in my master branch, with the reversion to 10.0.0. Please let me know of further trouble.
b On Tue, Aug 17, 2010 at 8:31 AM, Mark <static.void....@gmail.com> wrote: > On 8/16/10 11:37 PM, Benjamin Black wrote: >> >> 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? >>> > > thrift_client = client.instance_variable_get(:@client) > > The above client will only be instantiated after making (or attempting in my > case) a request. > >