[
https://issues.apache.org/jira/browse/HADOOP-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer resolved HADOOP-4815.
--------------------------------------
Resolution: Incomplete
S3 implementation was replaced. Closing as stale.
> S3FileSystem.renameRecursive(..) does not work correctly if src contains Java
> regular expression special characters
> -------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-4815
> URL: https://issues.apache.org/jira/browse/HADOOP-4815
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Reporter: Tsz Wo Nicholas Sze
>
> In S3FileSystem, the variable srcPath is not supposed to be a regular
> expression but is used as a regular expression in the line below.
> {code}
> Path newDst = new Path(oldSrcPath.replaceFirst(srcPath, dstPath));
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)