You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yuanbo Liu (JIRA)" <ji...@apache.org> on 2016/09/12 08:00:36 UTC

[jira] [Created] (HADOOP-13593) `hadoop distcp -atomic` invokes improper host check while copying data from HDFS to Swift

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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org