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

NaN can be created by client and assign to Progress

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.5.0
    • None
    • None

    Description

      MapReduce should filter "illegal" progress values that do not fall into (0,1) interval when the progress value is given.

      If it is Float.NaN, Float.NEGATIVE_INFINITY, or smaller than 0: set progress to be 0;
      If its is Float.POSITIVE_INFINITY or larger than 1: set progress to be 1;

      Attachments

        1. MR-5671.patch
          3 kB
          Chen He

        Activity

          People

            airbots Chen He
            airbots Chen He
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: