Shanthoosh Venkataraman created HADOOP-16256: ------------------------------------------------
Summary: HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient. Key: HADOOP-16256 URL: https://issues.apache.org/jira/browse/HADOOP-16256 Project: Hadoop Common Issue Type: Improvement Reporter: Shanthoosh Venkataraman HADOOP-14383 added a Hadoop filesystem API implementation to localize resources from artifactory for container localization. Currently HttpFileSystem uses the default HttpClient connectionTimeout and readTimeout, which is infinity. When the artifactory is slow, this prolongs the execution time of the container localization phase and in some cases we've observed that it runs for hours. It would be better to choose reasonable defaults for connectionTimeout and readTimeout of HttpClient and allow users to configure them. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org