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

(cherry picked from commit ffc75d6ebe)
This commit is contained in:
Harsh J 2015-02-01 00:16:52 +05:30
parent 151e147e64
commit 648510e031
3 changed files with 5 additions and 2 deletions

View File

@ -179,6 +179,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

@ -711,7 +711,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>