steveloughran commented on PR #5421: URL: https://github.com/apache/hadoop/pull/5421#issuecomment-1470822345
there's some new warnings about deprecation and cast. you can add @ tags to suppress these ``` hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java:801:45:[unchecked] unchecked cast hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java:806:45:[unchecked] unchecked cast hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java:813:41:[unchecked] unchecked cast hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java:819:43:[unchecked] unchecked cast hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEndpointRegion.java:184:4:[deprecation] S3ClientFactory in org.apache.hadoop.fs.s3a has been deprecated hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEndpointRegion.java:185:14:[deprecation] S3ClientFactory in org.apache.hadoop.fs.s3a has been deprecated ``` a lot of what should be unit tests are now failing with no credentials. try checking out a copy of this pr without any auth-keys.xml, unset your AWS_ env vars and see if these tests fail for you locally -then fix. -- 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]
