Kuhu Shukla created HDFS-10239:
----------------------------------

             Summary: 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


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