소스 검색

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 년 전
부모
커밋
a7a1aac6c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

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