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
This commit is contained in:
parent
a6aa2925fb
commit
095229fefb
@ -1609,7 +1609,7 @@
|
|||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>fs.s3a.connection.establish.timeout</name>
|
<name>fs.s3a.connection.establish.timeout</name>
|
||||||
<value>5s</value>
|
<value>30s</value>
|
||||||
<description>Socket connection setup timeout in milliseconds; this will be retried
|
<description>Socket connection setup timeout in milliseconds; this will be retried
|
||||||
more than once.</description>
|
more than once.</description>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user