HADOOP-11488. Difference in default connection timeout for S3A FS. Contributed by Daisuke Kobayashi.
This commit is contained in:
parent
26c2de36e2
commit
ffc75d6ebe
@ -540,6 +540,9 @@ Release 2.7.0 - UNRELEASED
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HADOOP-11488. Difference in default connection timeout for S3A FS
|
||||
(Daisuke Kobayashi via harsh)
|
||||
|
||||
HADOOP-11256. Some site docs have inconsistent appearance (Masatake
|
||||
Iwasaki via aw)
|
||||
|
||||
|
@ -719,7 +719,7 @@ for ldap providers in the same way as above does.
|
||||
|
||||
<property>
|
||||
<name>fs.s3a.connection.timeout</name>
|
||||
<value>5000</value>
|
||||
<value>50000</value>
|
||||
<description>Socket connection timeout in seconds.</description>
|
||||
</property>
|
||||
|
||||
|
@ -172,7 +172,7 @@ If you do any of these: change your credentials immediately!
|
||||
|
||||
<property>
|
||||
<name>fs.s3a.connection.timeout</name>
|
||||
<value>5000</value>
|
||||
<value>50000</value>
|
||||
<description>Socket connection timeout in seconds.</description>
|
||||
</property>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user