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

Paths that start with a double slash cause "No filesystem for scheme: null" errors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • 0.23.0, 0.24.0
    • None
    • None

    Description

      Path is incorrectly parsing //dir/path in a very unexpected way. While it should translate to the directory $fs.default.name}/dir/path, it instead discards the //dir and returns
      $fs.default.name/path. The problem is Path is trying to parsing an authority even when a scheme is not present.

      Attachments

        1. HADOOP-8087.001.patch
          2 kB
          Colin McCabe
        2. HADOOP-8087.002.patch
          5 kB
          Colin McCabe
        3. HADOOP-8087.003.patch
          1 kB
          Rajesh Kartha
        4. HADOOP-8087.004.patch
          4 kB
          Rajesh Kartha
        5. HADOOP-8087.005.patch
          4 kB
          Rajesh Kartha

        Issue Links

          Activity

            People

              ddimatos Demetrios Dimatos
              daryn Daryn Sharp
              Votes:
              2 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated: