Re: problems getting started with Cassandra & Ruby

2011-04-12 Thread Maki Watanabe
Hello Mark, Disable verbose mode (-w or $VERBOSE) of ruby. Or, you can cleanup ruby thrift library by yourself. 2011/4/12 Mark Lilback : > I'm trying to connect to Cassandra from a Ruby script. I'm using rvm, and > made a clean install of Ruby 1.9.2 and then did "gem install cassandra". When >

problems getting started with Cassandra & Ruby

2011-04-11 Thread Mark Lilback
I'm trying to connect to Cassandra from a Ruby script. I'm using rvm, and made a clean install of Ruby 1.9.2 and then did "gem install cassandra". When I run a script that just contains "require 'cassandra/0.7'", I get the output below. Any suggestion on what I need to do to get rid of these war