Hi there,I have a C# appilcation which deals with big data. For example like 1 
file is more than 100 GB. This big file is CSV type, I am reading this customer 
data by buffers and checking end of line to read next buffer.I want to support 
avro too, but i couldn't find how can i read a 100 GB avro file and/or how to 
divide file into buffers.Can any of you send me a way to do it or a sample code 
maybe?Thanks in advance.Gokay Tosunoglu

Reply via email to