danieldkim / cassandra-node-bridge

Cassandra-Node Bridge provides a link between Apache Cassandra and Node.js. Access cassandra from Node.js through an asynchronous Javascript interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with cassandra_proxy and thrift 0.5.0

sbos opened this issue · comments

Seems like cassandra_proxy.rb won't work with Thrift 0.5.0

sbos@pride-linux:~/tmp/cassandra-node-bridge$ ruby cassandra_proxy.rb
/var/lib/gems/1.8/gems/thrift-0.5.0/lib/thrift/struct.rb:151:in field_accessor': undefined method[]' for :name:Symbol (NoMethodError)
from ./lib/cassandra_types.rb:32
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from ./lib/cassandra.rb:8
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from cassandra_proxy.rb:4

this is a duplicate of issue #1