MR-279: Name clashes in TypeConverter
-------------------------------------

                 Key: MAPREDUCE-2440
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2440
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
            Reporter: Luke Lu
            Assignee: Luke Lu
             Fix For: 0.23.0


public static TaskTrackerInfo[] fromYarn(List<NodeManagerInfo> nodes) has the 
same erasure as
public static JobStatus[] fromYarn(List<Application> applications)

Not detected by the current JDK 6 but still wrong according to the JLS 8.4.2.

See also: http://bugs.sun.com/view_bug.do?bug_id=6182950

The patch renames the former signature to fromYarnNodes and the later 
fromYarnApps.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to