Project

General

Profile

« Previous | Next » 

Revision 52950

added counter for debug

View differences:

BulkTaggingMapper.java
59 59
			context.getCounter("In mapper", " bulktagged ").increment(tagged);
60 60

  
61 61

  
62

  
63 62
			final Put put = new Put(key.copyBytes()).add(Bytes.toBytes("result"), Bytes.toBytes("body"), oaf.toByteArray());
64 63

  
65 64
			context.write(key, put);

Also available in: Unified diff