[ 
https://issues.apache.org/jira/browse/HDFS-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated HDFS-9431:
--------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 2.6.3
                   2.7.3
                   2.8.0
           Status: Resolved  (was: Patch Available)

Committed this to trunk, branch-2, branch-2.7, and branch-2.6. Thanks [~fjk] 
for the contribution and thanks [~liuml07] for the review.

> DistributedFileSystem#concat fails if the target path is relative.
> ------------------------------------------------------------------
>
>                 Key: HDFS-9431
>                 URL: https://issues.apache.org/jira/browse/HDFS-9431
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs-client
>            Reporter: Kazuho Fujii
>            Assignee: Kazuho Fujii
>             Fix For: 2.8.0, 2.7.3, 2.6.3
>
>         Attachments: HDFS-9431.001.patch, HDFS-9431.002.patch
>
>
> {{DistributedFileSystem#concat}} fails if the target path is relative.
> The method tries to send a relative path to DFSClient at the first call.
> bq.      dfs.concat(getPathName(trg), srcsStr);
> But, {{getPathName}} failed. It seems that {{trg}} should be {{absF}} like 
> the second call.
> bq.      dfs.concat(getPathName(absF), srcsStr);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to