You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by br...@apache.org on 2016/10/07 16:50:01 UTC

[1/2] hadoop git commit: HDFS-10969. Fix typos in hdfs-default.xml Contributed by Yiqun Lin

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 7bfa59567 -> cddd35e1f
  refs/heads/trunk c183b9de8 -> be3cb10f5


HDFS-10969. Fix typos in hdfs-default.xml Contributed by Yiqun Lin


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/be3cb10f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/be3cb10f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/be3cb10f

Branch: refs/heads/trunk
Commit: be3cb10f5301c2d526d0ba37dbe82f426683a801
Parents: c183b9d
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Fri Oct 7 22:18:40 2016 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Fri Oct 7 22:18:40 2016 +0530

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/resources/hdfs-default.xml            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/be3cb10f/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
----------------------------------------------------------------------
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 ebaefde..672b597 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
@@ -725,7 +725,7 @@
 
   Setting this limit to 1000 disables compiler thread throttling. Only
   values between 1 and 1000 are valid. Setting an invalid value will result
-  in the throttle being disbled and an error message being logged. 1000 is
+  in the throttle being disabled and an error message being logged. 1000 is
   the default setting.
   </description>
 </property>
@@ -2559,7 +2559,7 @@
   <name>dfs.block.local-path-access.user</name>
   <value></value>
   <description>
-    Comma separated list of the users allowd to open block files
+    Comma separated list of the users allowed to open block files
     on legacy short-circuit local read.
   </description>
 </property>
@@ -3650,7 +3650,7 @@
   <name>dfs.datanode.transferTo.allowed</name>
   <value>true</value>
   <description>
-    If false, break block tranfers on 32-bit machines greater than
+    If false, break block transfers on 32-bit machines greater than
     or equal to 2GB into smaller chunks.
   </description>
 </property>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[2/2] hadoop git commit: HDFS-10969. Fix typos in hdfs-default.xml Contributed by Yiqun Lin

Posted by br...@apache.org.
HDFS-10969. Fix typos in hdfs-default.xml Contributed by Yiqun Lin

(cherry picked from commit be3cb10f5301c2d526d0ba37dbe82f426683a801)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cddd35e1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cddd35e1
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cddd35e1

Branch: refs/heads/branch-2
Commit: cddd35e1f0e96b9cedfa77ae77ad96ffea3026b1
Parents: 7bfa595
Author: Brahma Reddy Battula <br...@apache.org>
Authored: Fri Oct 7 22:18:40 2016 +0530
Committer: Brahma Reddy Battula <br...@apache.org>
Committed: Fri Oct 7 22:19:21 2016 +0530

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/resources/hdfs-default.xml            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cddd35e1/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
----------------------------------------------------------------------
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 b6f4751..7806b18 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
@@ -707,7 +707,7 @@
 
   Setting this limit to 1000 disables compiler thread throttling. Only
   values between 1 and 1000 are valid. Setting an invalid value will result
-  in the throttle being disbled and an error message being logged. 1000 is
+  in the throttle being disabled and an error message being logged. 1000 is
   the default setting.
   </description>
 </property>
@@ -2533,7 +2533,7 @@
   <name>dfs.block.local-path-access.user</name>
   <value></value>
   <description>
-    Comma separated list of the users allowd to open block files
+    Comma separated list of the users allowed to open block files
     on legacy short-circuit local read.
   </description>
 </property>
@@ -3532,7 +3532,7 @@
   <name>dfs.datanode.transferTo.allowed</name>
   <value>true</value>
   <description>
-    If false, break block tranfers on 32-bit machines greater than
+    If false, break block transfers on 32-bit machines greater than
     or equal to 2GB into smaller chunks.
   </description>
 </property>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org