Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4297

Yarn client can't determine fat jar location if path contains spaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.1, 1.2.0
    • Deployment / YARN
    • None

    Description

      The code that automatically determines the fat jar path through the ProtectionDomain of the Yarn class, receives a possibly URL encoded path string. We need to decode using the system locale encoding, otherwise we can receive errors of the following when spaces are in the file path:

      Caused by: java.io.FileNotFoundException: File file:/Users/max/Downloads/release-testing/flink-1.1.0-rc1/flink-1.1.0/build%20target/lib/flink-dist_2.11-1.1.0.jar does not exist
              at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:511)
              at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:724)
              at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:501)
              at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:397)
              at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:337)
              at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:289)
              at org.apache.hadoop.fs.LocalFileSystem.copyFromLocalFile(LocalFileSystem.java:82)
              at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:1836)
              at org.apache.flink.yarn.Utils.setupLocalResource(Utils.java:129)
              at org.apache.flink.yarn.AbstractYarnClusterDescriptor.deployInternal(AbstractYarnClusterDescriptor.java:616)
              at org.apache.flink.yarn.AbstractYarnClusterDescriptor.deploy(AbstractYarnClusterDescriptor.java:365)
              ... 6 more
      

      Attachments

        Issue Links

          Activity

            People

              mxm Maximilian Michels
              mxm Maximilian Michels
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: