Forráskód Böngészése

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

Steve Loughran 7 éve
szülő
commit
07d8505f75

+ 2 - 2
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

@@ -2933,8 +2933,8 @@
     <name>adl.http.timeout</name>
     <name>adl.http.timeout</name>
     <value>-1</value>
     <value>-1</value>
     <description>
     <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>
     </description>
   </property>
   </property>