You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Kuhu Shukla (JIRA)" <ji...@apache.org> on 2016/03/31 07:42:25 UTC

[jira] [Created] (HDFS-10239) Fsshell mv fails if port usage doesn't match in src and destination paths

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)