From 174138ec26572ef40b6a028e371c07947686f4ab Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Tue, 14 Oct 2014 17:36:07 -0700 Subject: [PATCH] HDFS-7201. Fix typos in hdfs-default.xml. Contributed by Dawson Choong. --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 ++ .../hadoop-hdfs/src/main/resources/hdfs-default.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 6c5a18a7a80..e855c64120e 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -36,6 +36,8 @@ Release 2.7.0 - UNRELEASED HDFS-6657. Remove link to 'Legacy UI' in the Namenode UI. (Vinayakumar B via wheat9) + HDFS-7201. Fix typos in hdfs-default.xml. (Dawson Choong via wheat9) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml index 629a7c71d13..d8aebdd33a9 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml @@ -742,7 +742,7 @@ dfs.namenode.replication.interval 3 The periodicity in seconds with which the namenode computes - repliaction work for datanodes. + replication work for datanodes. @@ -816,8 +816,8 @@ ${dfs.namenode.checkpoint.dir} Determines where on the local filesystem the DFS secondary 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 @@ -948,7 +948,7 @@ dfs.image.transfer.bandwidthPerSec parameter should be configured such that normal image transfer can complete successfully. 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. @@ -1025,7 +1025,7 @@ (e.g HBase random-IO workloads). 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 has no effect. @@ -1043,7 +1043,7 @@ after it is written to disk. 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 has no effect.