steveloughran commented on a change in pull request #1795: HADOOP-16792: Make S3 client request timeout configurable URL: https://github.com/apache/hadoop/pull/1795#discussion_r367999713
########## File path: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md ########## @@ -983,6 +983,12 @@ options are covered in [Testing](./testing.md). <description>Select which version of the S3 SDK's List Objects API to use. Currently support 2 (default) and 1 (older API).</description> </property> + +<property> + <name>fs.s3a.connection.request.timeout</name> + <value>0</value> + <description>Request timeout in milliseconds. Any non-positive value disables the timeout.</description> Review comment: if you pass in a negative number intOption will reject. With a move to getTimeDuration you get to specify millis and hours, but you can't use negative time ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
