sodonnel commented on pull request #3645: URL: https://github.com/apache/hadoop/pull/3645#issuecomment-974082796
There are 3 errors coming up in the Java Docs build job related to the changes here: ``` [ERROR] /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-3645/ubuntu-focal/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommandWithMultiThread.java:42: error: malformed HTML [ERROR] * set thread count by option value, if the value <= 1, use 1 instead. [ERROR] ^ [ERROR] /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-3645/ubuntu-focal/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CopyCommandWithMultiThread.java:53: error: malformed HTML [ERROR] * set thread pool queue size by option value, if the value < 1, [ERROR] ^ [ERROR] /home/jenkins/jenkins-agent/workspace/hadoop-multibranch_PR-3645/ubuntu-focal/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/CommandWithDestination.java:400: error: unknown tag: target [ERROR] * file "<target>._COPYING_". If the copy is ``` I guess it does not like the `<` symbol or the `<target>` as it thinks it should be valid HTML. Could you try to fix those by changing the Java Doc comments and then I think this change is good to commit. -- 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]
