Date
1 - 3 of 3
Unable to change frame_size_mb
Adam Holley <holl...@...>
I've been running into the "Frame size (##) larger than max length (15728640)!" on a query and I've tried several options for increasing the value but none seem to be recognized. Can this value be changed after a graph has been created or does it need to be set before any nodes are added? In my cassandra.yaml: thrift_framed_transport_size_in_mb: 20 In my properties file: storage.cassandra.frame_size_mb=20 I've tried with the following three different settings: storage.backend=cassandra storage.backend=cassandrathrift storage.backend=astyanax Thanks. Adam. |
|
Adam Holley <holl...@...>
As it turns out, the documentation is correct and I was using underscores instead of hyphens. The correct configuration is: storage.backend=cassandrathrift storage.cassandra.frame-size-mb=20 On Friday, March 24, 2017 at 2:28:34 PM UTC-5, Adam Holley wrote:
|
|
HadoopMarc <m.c.d...@...>
Thanks for the follow-up! Marc Op vrijdag 31 maart 2017 17:13:53 UTC+2 schreef Adam Holley:
|
|