Counters in Hadoop...
- Task Counters #248
- MAP_INPUT_RECORDS
- No of records read by all Map Tasks
- MAP_OUTPUT_RECORDS
- No of records produced by all Map Tasks
- PHYSICAL_MEMORY_BYTES
- Amount of Physical memory used on a Particular Task attempt
- Filesystem counters
- BYTES_READ
- No of bytes read by the filesystem by map & reduce tasks
- BYTES_WRITTEN
- No of bytes written to filesystem by Map & Reduce tasks
- FileInputFormat Counters
- BYTES_READ
- No of bytes read by Map tasks via FileInputFormat
- FileOutputFormat Counters
- BYTES_WRITTEN
- No of bytes written by Map or Reduce task via the FileOutputFormat
- Job Counters
- Are maintained by a Application Master #250
- Maintains Job statistics
- TOTAL_LAUNCHED_MAPS
- No of Map tasks launched (Including the failed one and the one that started speculatively)