steveloughran commented on issue #1955: HADOOP-13873 log DNS addresses on s3a init URL: https://github.com/apache/hadoop/pull/1955#issuecomment-615237502 LGTM; +1 Two unused imports; I'll fix those before I apply the patch ``` ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:117:import org.apache.hadoop.net.NetUtils;:8: Unused import - org.apache.hadoop.net.NetUtils. [UnusedImports] ./hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/NetworkBinding.java:24:import java.net.InetAddress;:8: Unused import - java.net.InetAddress. [UnusedImports] ```
---------------------------------------------------------------- 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]
