tomscut commented on code in PR #5793:
URL: https://github.com/apache/hadoop/pull/5793#discussion_r1361415806


##########
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml:
##########
@@ -414,12 +421,19 @@
   <value>0</value>
   <description>Reserved space in percentage. Read 
dfs.datanode.du.reserved.calculator to see
     when this takes effect. The actual number of bytes reserved will be 
calculated by using the
-    total capacity of the data directory in question. Specific storage type 
based reservation
+    total capacity of the data directory in question. Specific directory based 
reservation is
+    supported.The property can be followed with directory name which is set at 
'dfs.datanode.data.dir'.

Review Comment:
   Add a space after the period(same thing on line 400). `supported.The 
property` -> `supported. The property`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to