Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-9431

DistributedFileSystem#concat fails if the target path is relative.

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      DistributedFileSystem#concat fails if the target path is relative.

      The method tries to send a relative path to DFSClient at the first call.

      dfs.concat(getPathName(trg), srcsStr);

      But, getPathName failed. It seems that trg should be absF like the second call.

      dfs.concat(getPathName(absF), srcsStr);

      Attachments

        1. HDFS-9431.001.patch
          2 kB
          Kazuho Fujii
        2. HDFS-9431.002.patch
          2 kB
          Kazuho Fujii

        Activity

          People

            fjk Kazuho Fujii
            fjk Kazuho Fujii
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: