steveloughran commented on PR #5995: URL: https://github.com/apache/hadoop/pull/5995#issuecomment-1702517428
``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project hadoop-aws: Compilation failure: Compilation failure: [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-5995/ubuntu-focal/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/adapter/V1V2AwsCredentialProviderAdapter.java:[34,53] incompatible types: software.amazon.awssdk.auth.credentials.AwsCredentialsProvider cannot be converted to org.apache.hadoop.fs.s3a.adapter.V1V2AwsCredentialProviderAdapter [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-5995/ubuntu-focal/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/AwsCredentialListProvider.java:[193,52] incompatible types: com.amazonaws.auth.AWSCredentialsProvider cannot be converted to software.amazon.awssdk.auth.credentials.AwsCredentialsProvider [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-5995/ubuntu-focal/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/AwsCredentialListProvider.java:[238,44] incompatible types: java.lang.Class<capture#1 of ?> cannot be converted to java.lang.String [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-5995/ubuntu-focal/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/AwsCredentialListProvider.java:[278,44] incompatible types: java.lang.Class<capture#2 of ?> cannot be converted to java.lang.String [ERROR] -> [Help 1] ``` ok, this is the new plan: merge everything into one patch -- 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]
