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 <saurav...@gmail.com> wrote:

> 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: 700
> thrift_max_message_length_in_mb: 730
>
>
> Still getting same error.
>
> Please help me out to resolve this issue.
>
>
>
> Thanks in advance.
>
>
> Regards,
> Saurabh
>
-- 
Alex Petrov

Reply via email to