You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by amit nanda <am...@gmail.com> on 2013/10/19 22:42:38 UTC

Value too large for file block size

I am writing a record, which has some array elements in it. In one of the
records the number of entries for the array are around 600, in that case
when i append a value in get an error "Value too large for file block size".

And the worst part is that, once i hit this error for records after that i
get the same error.

I am using avro-c, the error comes while calling the routine
"avro_file_writer_append_value".

Thanks
Amit