[ https://issues.apache.org/jira/browse/HADOOP-19282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020306#comment-18020306 ]
ASF GitHub Bot commented on HADOOP-19282: ----------------------------------------- steveloughran commented on code in PR #7483: URL: https://github.com/apache/hadoop/pull/7483#discussion_r2348649331 ########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/STSClientFactory.java: ########## @@ -23,7 +23,8 @@ import java.net.URI; import java.net.URISyntaxException; import java.util.concurrent.TimeUnit; - +import org.slf4j.Logger; Review Comment: prefer these left as they were so the diff is smaller; import reordering makes cherrypicking a PITA > S3A: STSClientFactory has hard-coded dependency on shaded HttpClient > -------------------------------------------------------------------- > > Key: HADOOP-19282 > URL: https://issues.apache.org/jira/browse/HADOOP-19282 > Project: Hadoop Common > Issue Type: Improvement > Reporter: melin > Priority: Major > Labels: pull-request-available > > hadoop-aws directly depends on aws-java-sdk-bundle, and the size of > aws-java-sdk-bundle is too large. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org