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

Typo in MergeManagerImpl.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.2.0, 3.0.0-alpha1
    • 2.6.0
    • None
    • all

    Description

      There's a typo ("Invlaid" which should be "Invalid") in line 199 of MergeManagerImpl.java
      currently:
      if (this.maxSingleShuffleLimit >= this.mergeThreshold)

      { throw new RuntimeException("Invlaid configuration: " + "maxSingleShuffleLimit should be less than mergeThreshold" + "maxSingleShuffleLimit: " + this.maxSingleShuffleLimit + "mergeThreshold: " + this.mergeThreshold); }

      should be:

      if (this.maxSingleShuffleLimit >= this.mergeThreshold)

      { throw new RuntimeException("Invalid configuration: " + "maxSingleShuffleLimit should be less than mergeThreshold" + "maxSingleShuffleLimit: " + this.maxSingleShuffleLimit + "mergeThreshold: " + this.mergeThreshold); }

      Attachments

        1. MAPREDUCE-5595.patch
          1 kB
          Akira Ajisaka
        2. MergeManagerImpl.java
          33 kB
          Efe Gencer

        Activity

          People

            aajisaka Akira Ajisaka
            efegencer Efe Gencer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified