Re: Frame size exceptions occurring with ColumnFamilyInputFormat for very large rows

2012-11-27 Thread Marko Rodriguez
Hi, Even when setting it to 32m in cassandra.yaml (and restarting Cassandra), the same problem emerges -- its as if Cassandra doesn't register the update (its always locked at 16mb). And I know that Cassandra is reading the property from cassandra.yaml because if I do -1, it complains saying it

Re: Frame size exceptions occurring with ColumnFamilyInputFormat for very large rows

2012-11-27 Thread Marko Rodriguez
Hello, I was wondering if anyone had an answer to my previous message below. Seems another is having the same problem, but unfortunately with no response as well. http://mail-archives.apache.org/mod_mbox/cassandra-user/201211.mbox/%3c509a4a1f.8070...@semantico.com%3E Any help

Frame size exceptions occurring with ColumnFamilyInputFormat for very large rows

2012-11-09 Thread Marko Rodriguez
Hello, I am trying to run a Hadoop job that pulls data out of Cassandra via ColumnFamilyInputFormat. I am getting a "frame size" exception. To remedy that, I have set both the thrift_framed_transport_size_in_mb and thrift_max_message_length_in_mb to an "infinite" amount at 10mb on all node