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

The new setCombineOnceOnly shouldn't take a JobConf, since it is a method on JobConf

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.18.0
    • None
    • None
    • Reviewed

    Description

      The method:

      @Deprecated
      public void setCombineOnceOnly(JobConf conf, boolean value) {
        conf.setBoolean("mapred.combine.once", value);
      }
      

      shouldn't take a JobConf.

      Attachments

        1. 3599.patch
          0.6 kB
          Owen O'Malley

        Activity

          People

            omalley Owen O'Malley
            omalley Owen O'Malley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: