HADOOP-11488. Difference in default connection timeout for S3A FS. Contributed by Daisuke Kobayashi.

This commit is contained in:
Harsh J 2015-02-01 00:16:52 +05:30
parent 26c2de36e2
commit ffc75d6ebe
3 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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>

View File

@ -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>