HDFS-10807. Doc about upgrading to a version of HDFS with snapshots may be confusing. (Contributed by Mingliang Liu)

This commit is contained in:
Mingliang Liu 2016-08-29 10:22:55 -07:00
parent 1d01704060
commit 3112a2447f
1 changed files with 1 additions and 1 deletions

View File

@ -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>