On Sun, Nov 2, 2014 at 4:14 PM, Serega Sheypak <serega.shey...@gmail.com>
wrote:

> Cool, is it this stuff?
> http://hbase.apache.org/book/hfilev2.html
>
>
No, that's all details on the update to the backing HFile format that
started in HBase 0.92. The change in output format is detailed here:

http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.html

It's basically just that the output format changed from using the old
private KeyValue class to the public one for Cell.

-- 
Sean

Reply via email to