Jelajahi Sumber

HADOOP-19097. S3A: Set fs.s3a.connection.establish.timeout to 30s (#6601)

This is consistent with the value in the hadoop-aws source code

Contributed by Steve Loughran
Steve Loughran 1 tahun lalu
induk
melakukan
a7a1aac6c6

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

@@ -1609,7 +1609,7 @@
 
 <property>
   <name>fs.s3a.connection.establish.timeout</name>
-  <value>5s</value>
+  <value>30s</value>
   <description>Socket connection setup timeout in milliseconds; this will be retried
     more than once.</description>
 </property>