[ https://issues.apache.org/jira/browse/TEZ-4371 ]
Lewis John McGibbney deleted comment on TEZ-4371:
-------------------------------------------
was (Author: lewismc):
[~abstractdog] I have to finish off NUTCH-2856 then I could make an effort to
investigate and implement this improvement. I'll write here once I finish
NUTCH-2856.
> 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
> 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)