Description
The current BufferStore is hard coded to only have 1K and 8K buffers. This needs to be configurable because the buffer size to read and write data to hdfs is configurable and if we don't reuse the buffer this will create a LOT of GC problems.