steveloughran commented on PR #4548: URL: https://github.com/apache/hadoop/pull/4548#issuecomment-1180632983
look in the aws testing policy doc to see how to test the patch. Afraid you need to test with your own s3 bucket and credentials. https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/testing.html we cannot change the client factory interface as that breaks every implementation and makes people unhappy, especially applications creating mock clients for testing. This is why we now have a S3ClientCreationParameters Parameter class which is extensible (HADOOP-13351). Add the path as a new field to it and set it in filesystem init -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
