does bulk put supported in hbase ? And in MR job when we put in a table using TableOutputFormat how is it more efficient than normal put by individual reducers ? Does TableOutputformat not do put one by one ?
And in bulkload hadoop job when we specify HFileOutputFormat , does job creates Hfiles based on regionserver in which they will finally land or just in sorted order and then Hbase utility LoadIncremental HFiles handle regionserver in which keys of these Hfiles will go by parsing the Hfile instead of just dumping the HFiles?
