HADOOP-12675. Fix description about retention period in usage of expunge command. (Masatake Iwasaki via stevel)
This commit is contained in:
parent
3303326dd9
commit
092901345e
|
@ -908,6 +908,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
address case of potential data loss due to partial copy
|
address case of potential data loss due to partial copy
|
||||||
(Gaurav Kanade via cnauroth)
|
(Gaurav Kanade via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-12675. Fix description about retention period in usage of expunge
|
||||||
|
command. (Masatake Iwasaki via stevel)
|
||||||
|
|
||||||
Release 2.7.3 - UNRELEASED
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -280,7 +280,7 @@ from trash directory, and create new checkpoint.
|
||||||
|
|
||||||
When checkpoint is created,
|
When checkpoint is created,
|
||||||
recently deleted files in trash are moved under the checkpoint.
|
recently deleted files in trash are moved under the checkpoint.
|
||||||
Files in checkpoints older than `fs.trash.checkpoint.interval`
|
Files in checkpoints older than `fs.trash.interval`
|
||||||
will be permanently deleted on the next invocation of `-expunge` command.
|
will be permanently deleted on the next invocation of `-expunge` command.
|
||||||
|
|
||||||
If the file system supports the feature,
|
If the file system supports the feature,
|
||||||
|
|
Loading…
Reference in New Issue