Hey Christian, I believe 0.7-beta1 uses a pre-release of Avro 1.4 (in release candidate stage now), which adds some features that Cassandra is using. Would you mind giving that a try?
Thanks, Stu -----Original Message----- From: "Christian van der Leeden" <christian.vanderlee...@googlemail.com> Sent: Monday, September 6, 2010 6:36pm To: client-dev@cassandra.apache.org Subject: Ruby Avro bindings Hi, I'm trying to talk to cassandra 0.7beta1 via avro. I get a parse error when reading the cassandra.avpr (found in src distribution of cassandra) using avro 1.3.3 gem http://pastie.org/1142626 It says: # /usr/local/ruby18/lib/ruby/gems/1.8/gems/avro-1.3.3/lib/avro/schema.rb:66:in `real_parse': No "type" property: messagesnamespaceorg.apache.c..... Do I need to pre generate somethings? Thanks for a pointer.. Christian