aajisaka commented on PR #4267: URL: https://github.com/apache/hadoop/pull/4267#issuecomment-1120522730
There is only 1 error ``` [ERROR] /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-4267/ubuntu-focal/src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-services/hadoop-yarn-services-core/src/main/java/org/apache/hadoop/yarn/service/api/records/Component.java:120: error: invalid use of @return [ERROR] * @return restartPolicy ``` and all the rest are warning. You can double check by grepping `error:`. I think we should fix only the above error in this PR. The warnings should be fixed in separate jiras. -- 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]
