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/HDDS-4 Commit: 07d8505f75ec401e5847fe158dad765ce5175fab Parents: b670837 Author: Steve Loughran <ste...@apache.org> Authored: Tue May 15 16:19:03 2018 +0100 Committer: Steve Loughran <ste...@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-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org