diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 4396e3d14a..0d9000a7dc 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -287,6 +287,9 @@ Trunk (Unreleased) HDFS-7751. Fix TestHDFSCLI for quota with storage type. (Xiaoyu Yao via szetszwo) + HDFS-7670. HDFS Quota guide has typos, incomplete command lines + (Brahma Reddy Battula via aw) + Release 2.7.0 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsQuotaAdminGuide.apt.vm b/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsQuotaAdminGuide.apt.vm index 0821946609..222cfbfca0 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsQuotaAdminGuide.apt.vm +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsQuotaAdminGuide.apt.vm @@ -71,20 +71,20 @@ HDFS Quotas Guide Quotas are managed by a set of commands available only to the administrator. - * << ... >>> + * << ... >>> Set the name quota to be N for each directory. Best effort for each directory, with faults reported if N is not a positive long integer, the directory does not exist or it is a file, or the directory would immediately exceed the new quota. - * <<... >>> + * <<... >>> Remove any name quota for each directory. Best effort for each directory, with faults reported if the directory does not exist or it is a file. It is not a fault if the directory has no quota. - * << ... >>> + * << ... >>> Set the space quota to be N bytes for each directory. This is a hard limit on total size of all the files under the directory tree. @@ -96,7 +96,7 @@ HDFS Quotas Guide integer, the directory does not exist or it is a file, or the directory would immediately exceed the new quota. - * <<... >>> + * <<... >>> Remove any space quota for each directory. Best effort for each directory, with faults reported if the directory does not exist or @@ -107,7 +107,7 @@ HDFS Quotas Guide An an extension to the count command of the HDFS shell reports quota values and the current count of names and bytes in use. - * <<... >>> + * <<... >>> With the -q option, also report the name quota value set for each directory, the available name quota remaining, the space quota