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 st...@apache.org on 2018/05/15 15:19:38 UTC

hadoop git commit: HADOOP-15466. Correct units in adl.http.timeout. Contributed by Sean Mackrory,

Repository: hadoop
Updated Branches:
  refs/heads/trunk b67083746 -> 07d8505f7


HADOOP-15466. Correct units in adl.http.timeout.
Contributed by Sean Mackrory,


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

Branch: refs/heads/trunk
Commit: 07d8505f75ec401e5847fe158dad765ce5175fab
Parents: b670837
Author: Steve Loughran <st...@apache.org>
Authored: Tue May 15 16:19:03 2018 +0100
Committer: Steve Loughran <st...@apache.org>
Committed: Tue May 15 16:19:03 2018 +0100

----------------------------------------------------------------------
 .../hadoop-common/src/main/resources/core-default.xml            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/07d8505f/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
index 98b0ddf..7ba23d4 100644
--- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
+++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
@@ -2933,8 +2933,8 @@
     <name>adl.http.timeout</name>
     <value>-1</value>
     <description>
-      Base timeout (in seconds) for HTTP requests from the ADL SDK. Values of
-      zero or less cause the SDK default to be used instead.
+      Base timeout (in milliseconds) for HTTP requests from the ADL SDK. Values
+      of zero or less cause the SDK default to be used instead.
     </description>
   </property>
 


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