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

Applications using FileContext fail with the default file system configured to be wasb/s3/etc.

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      HADOOP-11618 fixed a bug with DelegateToFileSystem using the wrong default port. As a side effect of this patch, file path URLs that previously had no port now insert :0 for the port, as per the default implementation of FileSystem#getDefaultPort. At runtime, this can cause an application to erroneously try contacting port 0 for a remote blob store service. The connection fails. Ultimately, this renders wasb, s3, and probably custom file system implementations outside the Hadoop source tree completely unusable as the default file system.

      Attachments

        1. HADOOP-12304.001.patch
          5 kB
          Chris Nauroth

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: