Ubuntu14.04编译Hadoop2.6.0时出现错误

时间:2021-08-24 13:58:56
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (module-javadocs) on project hadoop-annotations: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /home/network/downloads/hadoop-2.6.0-src/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java:27: error: unexpected end tag: </ul>
[ERROR] * </ul>
[ERROR] ^
[ERROR]
[ERROR] Command line was: /usr/local/jdk1.8.0_25/jre/../bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in '/home/network/downloads/hadoop-2.6.0-src/hadoop-common-project/hadoop-annotations/target' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 


------------------------分割线----------------------------------
(我按照错误信息确实看到InterfaceStability.java下多了个未知的结束标签</ur>
这是源代码中有小bug吗?
请问有前辈遇到过这样的问题吗?能详细解释一下吗?

1 个解决方案

#1


感觉像是 Maven 没有配置好

坐等大神回复

#1


感觉像是 Maven 没有配置好

坐等大神回复