[
https://issues.apache.org/jira/browse/TEZ-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated TEZ-4371:
------------------------------
Description:
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}
was:
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
> 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.1#820001)