You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2020/12/22 18:41:00 UTC

[jira] [Created] (NUTCH-2839) Implement Tez counters in Injector job

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)