Browse Source

HDFS-7201. Fix typos in hdfs-default.xml. Contributed by Dawson Choong.

Haohui Mai 10 năm trước cách đây
mục cha
commit
0260231667

+ 2 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -394,6 +394,8 @@ Release 2.7.0 - UNRELEASED
     HDFS-6657. Remove link to 'Legacy UI' in trunk's Namenode UI.
     HDFS-6657. Remove link to 'Legacy UI' in trunk's Namenode UI.
     (Vinayakumar B via wheat)
     (Vinayakumar B via wheat)
 
 
+    HDFS-7201. Fix typos in hdfs-default.xml. (Dawson Choong via wheat9)
+
 Release 2.6.0 - UNRELEASED
 Release 2.6.0 - UNRELEASED
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 6 - 6
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

@@ -752,7 +752,7 @@
   <name>dfs.namenode.replication.interval</name>
   <name>dfs.namenode.replication.interval</name>
   <value>3</value>
   <value>3</value>
   <description>The periodicity in seconds with which the namenode computes 
   <description>The periodicity in seconds with which the namenode computes 
-  repliaction work for datanodes. </description>
+  replication work for datanodes. </description>
 </property>
 </property>
 
 
 <property>
 <property>
@@ -826,8 +826,8 @@
   <value>${dfs.namenode.checkpoint.dir}</value>
   <value>${dfs.namenode.checkpoint.dir}</value>
   <description>Determines where on the local filesystem the DFS secondary
   <description>Determines where on the local filesystem the DFS secondary
       name node should store the temporary edits to merge.
       name node should store the temporary edits to merge.
-      If this is a comma-delimited list of directoires then teh edits is
-      replicated in all of the directoires for redundancy.
+      If this is a comma-delimited list of directories then the edits is
+      replicated in all of the directories for redundancy.
       Default value is same as dfs.namenode.checkpoint.dir
       Default value is same as dfs.namenode.checkpoint.dir
   </description>
   </description>
 </property>
 </property>
@@ -958,7 +958,7 @@
         dfs.image.transfer.bandwidthPerSec parameter should be configured such
         dfs.image.transfer.bandwidthPerSec parameter should be configured such
         that normal image transfer can complete successfully.
         that normal image transfer can complete successfully.
         This timeout prevents client hangs when the sender fails during
         This timeout prevents client hangs when the sender fails during
-        image transfer. This is socket timeout during image tranfer.
+        image transfer. This is socket timeout during image transfer.
   </description>
   </description>
 </property>
 </property>
 
 
@@ -1035,7 +1035,7 @@
         (e.g HBase random-IO workloads).
         (e.g HBase random-IO workloads).
 
 
         This may improve performance for some workloads by freeing buffer
         This may improve performance for some workloads by freeing buffer
-        cache spage usage for more cacheable data.
+        cache space usage for more cacheable data.
 
 
         If the Hadoop native libraries are not available, this configuration
         If the Hadoop native libraries are not available, this configuration
         has no effect.
         has no effect.
@@ -1053,7 +1053,7 @@
         after it is written to disk.
         after it is written to disk.
 
 
         This may improve performance for some workloads by freeing buffer
         This may improve performance for some workloads by freeing buffer
-        cache spage usage for more cacheable data.
+        cache space usage for more cacheable data.
 
 
         If the Hadoop native libraries are not available, this configuration
         If the Hadoop native libraries are not available, this configuration
         has no effect.
         has no effect.