Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
-
None
Description
In S3FileSystem, the variable srcPath is not supposed to be a regular expression but is used as a regular expression in the line below.
Path newDst = new Path(oldSrcPath.replaceFirst(srcPath, dstPath));
Attachments
Issue Links
- relates to
-
HADOOP-4806 HDFS rename does not work correctly if src contains Java regular expression special characters
- Closed