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
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.