source: proiecte/HadoopJUnit/hadoop-0.20.1/build/classes/org/apache/hadoop/mapred/Task_Counter.properties @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 825 bytes
Line 
1# ResourceBundle properties file for Map-Reduce counters
2
3CounterGroupName=              Map-Reduce Framework
4
5MAP_INPUT_RECORDS.name=        Map input records
6MAP_INPUT_BYTES.name=          Map input bytes
7MAP_OUTPUT_RECORDS.name=       Map output records
8MAP_OUTPUT_BYTES.name=         Map output bytes
9MAP_SKIPPED_RECORDS.name=      Map skipped records
10COMBINE_INPUT_RECORDS.name=    Combine input records
11COMBINE_OUTPUT_RECORDS.name=   Combine output records
12REDUCE_INPUT_GROUPS.name=      Reduce input groups
13REDUCE_SHUFFLE_BYTES.name=         Reduce shuffle bytes
14REDUCE_INPUT_RECORDS.name=     Reduce input records
15REDUCE_OUTPUT_RECORDS.name=    Reduce output records
16REDUCE_SKIPPED_RECORDS.name=   Reduce skipped records
17REDUCE_SKIPPED_GROUPS.name=    Reduce skipped groups
18SPILLED_RECORDS.name=          Spilled Records
19
Note: See TracBrowser for help on using the repository browser.