Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-1511

MROutputConfigBuilder sets OutputFormat as String class if OutputFormat is not provided

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.5.0
    • None
    • None
    • Reviewed

    Description

      Code uses:

                this.outputFormat = ReflectionUtils.getClass(conf.get(MRJobConfig.OUTPUT_FORMAT_CLASS_ATTR));
              } else {
                this.outputFormat = ReflectionUtils.getClass(conf.get("mapred.output.format.class"));
      

      where ReflectionUtils has :

      <T> Class<T> getClass(T o)
      

      Attachments

        1. TEZ-1511.1.patch
          9 kB
          Bikas Saha
        2. TEZ-1511.2.patch
          8 kB
          Bikas Saha
        3. TEZ-1511.3.patch
          11 kB
          Bikas Saha
        4. TEZ-1511.4.patch
          11 kB
          Bikas Saha

        Activity

          People

            bikassaha Bikas Saha
            hitesh Hitesh Shah
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: