From 07d8505f75ec401e5847fe158dad765ce5175fab Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 15 May 2018 16:19:03 +0100 Subject: [PATCH] HADOOP-15466. Correct units in adl.http.timeout. Contributed by Sean Mackrory, --- .../hadoop-common/src/main/resources/core-default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 98b0ddfbdcb..7ba23d4edf0 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 @@ adl.http.timeout -1 - 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.