Job Counters

{% for group in counters.groups %}

{{ group.displayName}}

{% for name, counter in group.counters.items %} {%endfor%}
Name Maps Total Reduces Total Total
{{counter.displayName}} {{counter.mapstotal}} {{counter.reducestotal}} {{counter.value}}

{% endfor %}