sekikn commented on issue #578: BIGTOP-3287. Bump Hadoop to 2.10.0. URL: https://github.com/apache/bigtop/pull/578#issuecomment-578592882 > I suspected BIGTOP-3279 is relevant since zookeeper-3.4.13 uses the class You're right. The `./gradlew hadoop-pkg -Dbuildwithdeps=true` command I executed builds zk first, and [it installs the generated jars into the local .m2 repository](https://github.com/apache/bigtop/blob/ab8208768ce93c7c5ef119779e179e86dec3ac81/bigtop-packages/src/common/zookeeper/do-component-build#L30-L31). I succeeded in building Hadoop by removing those jars and running the same command without the `-Dbuildwithdeps=true` option, so probably there's something wrong in the zk's build process. I'll address that in another issue. > I would like to address issues on RHEL/CentOS 8 in follow-up JIRAs. Sounds good to me. Will commit this PR.
---------------------------------------------------------------- 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
