Lewis John McGibbney created NUTCH-2839: ------------------------------------------- Summary: Implement Tez counters in Injector job Key: NUTCH-2839 URL: https://issues.apache.org/jira/browse/NUTCH-2839 Project: Nutch Issue Type: Sub-task Components: injector, tez Affects Versions: 1.18 Reporter: Lewis John McGibbney Assignee: Lewis John McGibbney Fix For: 1.18 When running the Injector job on Tez, counters are not populated. This makes sense as all existing counters are created using MapReduce framework Context objects. This presents a major issue however. Counters are a requirement as they are key to regular inspections of ongoing crawls, finding errors and debugging. The [org.apache.tez.common.counters |https://tez.apache.org/releases/0.9.2/tez-api-javadocs/index.html?org/apache/tez/common/counters/package-summary.html] package may offer a equivalent replacement. This issue will be investigated in this ticket. -- This message was sent by Atlassian Jira (v8.3.4#803005)