[
https://issues.apache.org/jira/browse/HDFS-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13671428#comment-13671428
]
Hudson commented on HDFS-4848:
------------------------------
Integrated in Hadoop-Hdfs-trunk #1416 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1416/])
HDFS-4848. copyFromLocal and renaming a file to .snapshot should output
that .snapshot is a reserved name. Contributed by Jing Zhao (Revision 1487942)
Result = FAILURE
brandonli :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1487942
Files :
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/FSLimitException.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFsLimits.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/TestRenameWithSnapshots.java
> copyFromLocal and renaming a file to ".snapshot" should output that
> ".snapshot" is a reserved name
> --------------------------------------------------------------------------------------------------
>
> Key: HDFS-4848
> URL: https://issues.apache.org/jira/browse/HDFS-4848
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: snapshots
> Reporter: Stephen Chu
> Assignee: Jing Zhao
> Priority: Minor
> Labels: snapshot
> Fix For: 2.0.5-beta
>
> Attachments: HDFS-4848.000.patch, HDFS-4848.001.patch,
> HDFS-4848.002.patch, HDFS-4848.002.patch
>
>
> Might be an unlikely scenario, but if users copyFromLocal a file/dir from
> local to HDFS and want the file/dir to be renamed to _.snapshot_, then
> they'll see an Input/output error like the following:
> {code}
> schu-mbp:~ schu$ hdfs dfs -copyFromLocal testFile1 /tmp/.snapshot
> copyFromLocal: rename `/tmp/.snapshot._COPYING_' to `/tmp/.snapshot':
> Input/output error
> {code}
> It'd be more clear if the error output was the usual _".snapshot" is a
> reserved name_ (this does show in the NN logs, though).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira