Repository: hadoop Updated Branches: refs/heads/branch-2.7 1d0170406 -> 3112a2447
HDFS-10807. Doc about upgrading to a version of HDFS with snapshots may be confusing. (Contributed by Mingliang Liu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3112a244 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3112a244 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3112a244 Branch: refs/heads/branch-2.7 Commit: 3112a2447fc81bffac909c09d59261641cd4a9ab Parents: 1d01704 Author: Mingliang Liu <[email protected]> Authored: Mon Aug 29 10:22:55 2016 -0700 Committer: Mingliang Liu <[email protected]> Committed: Mon Aug 29 10:22:55 2016 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3112a244/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml index eba1d80..57e15e5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml @@ -109,7 +109,7 @@ <p> The HDFS snapshot feature introduces a new reserved path name used to interact with snapshots: <tt>.snapshot</tt>. When upgrading from an - older version of HDFS, existing paths named <tt>.snapshot</tt> need + older version of HDFS which does not support snapshots, existing paths named <tt>.snapshot</tt> need to first be renamed or deleted to avoid conflicting with the reserved path. See the upgrade section in <a href="HdfsUserGuide.html#Upgrade_and_Rollback">the HDFS user guide</a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
