-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.2
-
Fix Version/s: 2.8.0, 2.7.3, 3.0.0-alpha1
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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.
-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
This is due to strict string check in processPath
- breaks
-
HDFS-11893 Fix TestDFSShell.testMoveWithTargetPortEmpty failure.
-
- Resolved
-