Ryan, I believe my branch was merged into fauna some time ago by jmhodges. However, 0.7 support must be explicitly enabled by require 'cassandra/0.7' as it currently defaults to 0.6.
b On Fri, Aug 6, 2010 at 10:02 AM, Ryan King <r...@twitter.com> wrote: > On Fri, Aug 6, 2010 at 9:57 AM, Mark <static.void....@gmail.com> wrote: >> Wow.. fast answer AND correct. In Cassandra.yml >> >> # Frame size for thrift (maximum field length). >> # 0 disables TFramedTransport in favor of TSocket. >> thrift_framed_transport_size_in_mb: 15 >> >> I just had to change that value to 0 and everything worked. Now for my >> follow up question :) What is the difference between these two and why does >> 0.7 default to true while earlier versions default to false? Thanks again! > > Ah, you're using 0.7. fauna-cassandra has not been updated for 0.7. > There's an experimental branch for it here: > http://github.com/b/cassandra/tree/0.7 > > -ryan >