Repository: hadoop Updated Branches: refs/heads/branch-2.8 09e585e30 -> f84ae6f09
HDFS-10807. Doc about upgrading to a version of HDFS with snapshots may be confusing. (Contributed by Mingliang Liu) (cherry picked from commit 6742fb6e68d349055f985eb640d845e689d75384) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f84ae6f0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f84ae6f0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f84ae6f0 Branch: refs/heads/branch-2.8 Commit: f84ae6f091b57348eca1fe3564e7a826727c2eb3 Parents: 09e585e Author: Mingliang Liu <[email protected]> Authored: Mon Aug 29 10:15:34 2016 -0700 Committer: Mingliang Liu <[email protected]> Committed: Mon Aug 29 10:19:53 2016 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsSnapshots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f84ae6f0/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsSnapshots.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsSnapshots.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsSnapshots.md index 94a37cd..d856e8c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsSnapshots.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsSnapshots.md @@ -113,7 +113,7 @@ Upgrading to a version of HDFS with snapshots The HDFS snapshot feature introduces a new reserved path name used to interact with snapshots: `.snapshot`. When upgrading from an -older version of HDFS, existing paths named `.snapshot` need +older version of HDFS which does not support snapshots, existing paths named `.snapshot` need to first be renamed or deleted to avoid conflicting with the reserved path. See the upgrade section in [the HDFS user guide](HdfsUserGuide.html#Upgrade_and_Rollback) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
