sekikn commented on issue #578: BIGTOP-3287. Bump Hadoop to 2.10.0. URL: https://github.com/apache/bigtop/pull/578#issuecomment-578118735 Hmm, I tried to build Hadoop on CentOS 8 and Ubuntu 16.04 with the latest commit just in case, and encountered the following error on both. ``` $ ./gradlew hadoop-pkg -Dbuildwithdeps=true (snip) [INFO] --- maven-javadoc-plugin:2.8.1:jar (module-javadocs) @ hadoop-common --- [INFO] ExcludePrivateAnnotationsStandardDoclet 1 error [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop Main 2.10.0 .......................... SUCCESS [ 44.166 s] [INFO] Apache Hadoop Build Tools .......................... SUCCESS [ 1.389 s] [INFO] Apache Hadoop Project POM .......................... SUCCESS [ 8.960 s] [INFO] Apache Hadoop Annotations .......................... SUCCESS [ 10.748 s] [INFO] Apache Hadoop Assemblies ........................... SUCCESS [ 0.484 s] [INFO] Apache Hadoop Project Dist POM ..................... SUCCESS [ 2.283 s] [INFO] Apache Hadoop Maven Plugins ........................ SUCCESS [ 6.656 s] [INFO] Apache Hadoop MiniKDC .............................. SUCCESS [ 16.127 s] [INFO] Apache Hadoop Auth ................................. SUCCESS [ 9.900 s] [INFO] Apache Hadoop Auth Examples ........................ SUCCESS [ 6.525 s] [INFO] Apache Hadoop Common ............................... FAILURE [01:35 min] (snip) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:25 min [INFO] Finished at: 2020-01-24T12:22:12Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (module-javadocs) on project hadoop-common: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - javadoc: error - class file for org.apache.yetus.audience.InterfaceAudience not found [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.232.b09-0.el8_0.x86_64/jre/../bin/javadoc -J-Xmx768m @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/vagrant/bigtop/build/hadoop/rpm/BUILD/hadoop-2.10.0-src/hadoop-common-project/hadoop-common/target' dir. [ERROR] [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hadoop-common error: Bad exit status from /var/tmp/rpm-tmp.dtCOJt (%build) RPM build errors: Macro expanded in comment on line 754: %{_docdir}/libhdfs-%{hadoop_version} Bad exit status from /var/tmp/rpm-tmp.dtCOJt (%build) > Task :hadoop-rpm FAILED ``` @iwasakims Have you ever seen this error?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
