steveloughran commented on pull request #3620:
URL: https://github.com/apache/hadoop/pull/3620#issuecomment-964016900
yetus has been a bit flaky recently (I managed to break trunk & 3.3; some
docker image/openssl issues, but these seem new)
```
[WARNING] The requested profile "yarn-ui" could not be activated because it
does not exist.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
(default-testCompile) on project hadoop-azure: Compilation failure
[ERROR]
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3620/ubuntu-focal/src/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java:[83,6]
error: constructor AzureBlobFileSystemStore in class AzureBlobFileSystemStore
cannot be applied to given types;
[ERROR] -> [Help 1]
[ERROR]
```
style
````
./hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java:80:
boolean isCreateFileSystemCalled = false;:13: Variable
'isCreateFileSystemCalled' must be private and have accessor methods.
[VisibilityModifier]
./hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java:82:
public MockAzureBlobFileSystemStore(Configuration config) throws
IOException {:5: Redundant 'public' modifier. [RedundantModifier]
```
this is CI doing its work, afraid you do get to fix them.
--
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]