You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2023/03/01 04:44:00 UTC

[jira] [Assigned] (TEZ-4371) Implement ClientServiceDelegate.getJobCounters

     [ https://issues.apache.org/jira/browse/TEZ-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney reassigned TEZ-4371:
-----------------------------------------

    Assignee: Lewis John McGibbney

> Implement ClientServiceDelegate.getJobCounters
> ----------------------------------------------
>
>                 Key: TEZ-4371
>                 URL: https://issues.apache.org/jira/browse/TEZ-4371
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: Lewis John McGibbney
>            Priority: Major
>
> Details are [here|https://issues.apache.org/jira/browse/NUTCH-2839?focusedCommentId=17471115&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17471115]
> currently when tez ClientProtocol intercepts MR job submission (YARNRunner), the collection of counters is not implemented
> {code}
>   public Counters getJobCounters(JobID jobId)
>       throws IOException, InterruptedException {
>     // FIXME needs counters support from DAG
>     // with a translation layer on client side
>     Counters empty = new Counters();
>     return empty;
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)