소스 검색

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

Mingliang Liu 8 년 전
부모
커밋
3112a2447f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/xdoc/HdfsSnapshots.xml

+ 1 - 1
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>