|
@@ -70,13 +70,13 @@
|
|
|
the directory can be neither deleted nor renamed
|
|
|
before all the snapshots are deleted.
|
|
|
</p>
|
|
|
-<!--
|
|
|
+
|
|
|
<p>
|
|
|
Nested snapshottable directories are currently not allowed.
|
|
|
In other words, a directory cannot be set to snapshottable
|
|
|
- if one of its ancestors is a snapshottable directory.
|
|
|
+ if one of its ancestors/descendants is a snapshottable directory.
|
|
|
</p>
|
|
|
--->
|
|
|
+
|
|
|
</subsection>
|
|
|
|
|
|
<subsection name="Snapshot Paths" id="SnapshotPaths">
|
|
@@ -100,7 +100,7 @@
|
|
|
<source>hdfs dfs -cp /foo/.snapshot/s0/bar /tmp</source></li>
|
|
|
</ul>
|
|
|
<p>
|
|
|
- The name ".snapshot" is now a reserved file name in HDFS
|
|
|
+ <b>Note</b> that the name ".snapshot" is now a reserved file name in HDFS
|
|
|
so that users cannot create a file/directory with ".snapshot" as the name.
|
|
|
If ".snapshot" is used in a previous version of HDFS, it must be renamed before upgrade;
|
|
|
otherwise, upgrade will fail.
|