brianmhess / cassandra-loader

Delimited file loader for Cassandra
Apache License 2.0
197 stars 93 forks source link

charsPerColumn limit #70

Closed humbao closed 7 years ago

humbao commented 7 years ago

I tried to set charsPerColumn to -1 for no limit but it returns a must be positive error.

So what is the limit then?

brianmhess commented 7 years ago

This is the maximum size of a column. It is used by the underlying parser to set up memory buffers for the data. The default is 4096. You must specify a positive value, which is larger than the largest column in the data.