Yuanbo Liu created HADOOP-13593: ----------------------------------- Summary: `hadoop distcp -atomic` invokes improper host check while copying data from HDFS to Swift Key: HADOOP-13593 URL: https://issues.apache.org/jira/browse/HADOOP-13593 Project: Hadoop Common Issue Type: Bug Reporter: Yuanbo Liu
While copying data from HDFS to Swift by using `hadoop distcp -atomic`, for example: {code} hadoop distcp -atomic /tmp/100M swift://testhadoop.softlayer//tmp {code} it throws {code} java.lang.IllegalArgumentException: Work path swift://testhadoop.softlayer/._WIP_tmp546958075 and target path swift://testhadoop.softlayer/tmp are in different file system at org.apache.hadoop.tools.DistCp.configureOutputFormat(DistCp.java:351) ..... {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org