Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-5111

Generic mapreduce classes cannot be used with Job::set* methods

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.20.0
    • 0.20.0
    • None
    • None
    • Reviewed

    Description

      The set* methods on a Job take Class instances whose parameterized type is an unbounded type (e.g. Class<? extends RawComparator<?>>). Attempting to pass a Class whose parameterized types are not explicit will cause compile-time errors, as in HADOOP-5065.

      Attachments

        1. 5111-0.patch
          3 kB
          Christopher Douglas

        Activity

          People

            cdouglas Christopher Douglas
            cdouglas Christopher Douglas
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: