Re: Cassandra thrift frameSize issue

2016-07-20 Thread Oleksandr Petrov
The problem you're seeing is because of the thrift max_message_length, which is set to 16mb and is not configurable from outside / in the yaml file. If the JDBC wrapper supports paging, you might want to look into configuring it. On Tue, Jul 19, 2016 at 8:27 PM Saurabh Kumar

Cassandra thrift frameSize issue

2016-07-19 Thread Saurabh Kumar
Hi , I am trying run query over Cassandra cluster using JDBC connection using RJdbc library of R language. I am getting org.apache.thrift.transport.TTransportException excetion as mentioned in atttached pic. I increased frame size into cassandra.yaml like : thrift_framed_transport_size_in_mb: