[ 
https://issues.apache.org/jira/browse/HDFS-10239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226314#comment-15226314
 ] 

Kihwal Lee commented on HDFS-10239:
-----------------------------------

+1 the patch looks straightforward.

> Fsshell mv fails if port usage doesn't match in src and destination paths
> -------------------------------------------------------------------------
>
>                 Key: HDFS-10239
>                 URL: https://issues.apache.org/jira/browse/HDFS-10239
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.7.2
>            Reporter: Kuhu Shukla
>            Assignee: Kuhu Shukla
>         Attachments: HDFS-10239.001.patch, HDFS-10239.002.patch
>
>
> If one of the src or destination fs URIs does not contain the port while the 
> other one does, the MoveCommands#processPath preemptively throws 
> PathIOException "Does not match target filesystem".
> eg.
> {code}
> -bash-4.1$ hadoop fs -mv hdfs://localhost:8020/tmp/foo3 
> hdfs://localhost/tmp/foo4
> mv: `hdfs://localhost:8020:8020/tmp/foo3': Does not match target filesystem
> {code}
> This is due to strict string check in {{processPath}}



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

Reply via email to