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