Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-2440

MR-279: Name clashes in TypeConverter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.23.0
    • mrv2
    • None

    Description

      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.

      Attachments

        1. mr-2440-clash-v1.patch
          3 kB
          Luke Lu
        2. mr-2440-clash-v2.patch
          4 kB
          Mahadev Konar

        Activity

          People

            vicaya Luke Lu
            vicaya Luke Lu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: