Description
o.a.h.h.mapreduce.PutCombiner logs an info message for each row that it receives in its reduce() function, flooding the M/R tasks log.
............... 2014-09-12 12:38:02,907 INFO [MapRSpillThread] org.apache.hadoop.hbase.mapreduce.PutCombiner: Combined 1 Put(s) into 1. 2014-09-12 12:38:02,908 INFO [MapRSpillThread] org.apache.hadoop.hbase.mapreduce.PutCombiner: Combined 1 Put(s) into 1. ...............{repeated 100s of thousand times.}
Attachments
Attachments
Issue Links
- is related to
-
HBASE-8874 PutCombiner is skipping KeyValues while combining puts of same row during bulkload
- Closed