[
https://issues.apache.org/jira/browse/HADOOP-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar resolved HADOOP-2700.
-----------------------------------
Resolution: Won't Fix
Users should use JobClient#getCounters() to obtain the counters for a job which
returns the public o.a.h.mapred.Counters object. Task is an internal data
structure and will not be exposed. Closing this issue as wont fix.
> mapred.Task class is not public
> -------------------------------
>
> Key: HADOOP-2700
> URL: https://issues.apache.org/jira/browse/HADOOP-2700
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.15.2
> Environment: Every
> Reporter: Iván de Prado
> Priority: Trivial
> Original Estimate: 0.02h
> Remaining Estimate: 0.02h
>
> org.apache.hadoop.mapred.Task is not public. So, access to the Task.Counter
> class to retrieve the counters from outside of the mapred package is not
> possible.
> The solution is change make the Task class public, or move th Counter class
> outside of the Task class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.