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

LocalJobRunner does not work on Windows.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1-beta, 3.0.0-alpha1
    • 2.1.1-beta
    • None
    • None
    • Reviewed

    Description

      LocalJobRunner#getLocalTaskDir creates a directory that is unique to the task ID. The logic of this method concatenates the local job dir and a task-specific path, but one of the arguments is a Path with a scheme, so the final result has "file:" embedded in it. This works on Linux, but the ':' is an invalid character in a file name on Windows.

      Attachments

        1. MAPREDUCE-5470.patch
          3 kB
          Sandy Ryza
        2. MAPREDUCE-5470-branch-2.1-beta.patch
          3 kB
          Chris Nauroth

        Issue Links

          Activity

            People

              sandyr Sandy Ryza
              cnauroth Chris Nauroth
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: