You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/11/15 03:45:19 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #828: BIGTOP-3597. Fix build failure of Hadoop 3.2 against ZooKeeper 3.5.

iwasakims opened a new pull request #828:
URL: https://github.com/apache/bigtop/pull/828


   https://issues.apache.org/jira/browse/BIGTOP-3597
   
   Backporting [YARN-9783](https://issues.apache.org/jira/browse/YARN-9783) fixes the issue.
   
   While this is a follow-up of https://github.com/apache/bigtop/pull/827, merging this first should be harmless.


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bigtop] iwasakims merged pull request #828: BIGTOP-3597. Fix build failure of Hadoop 3.2 against ZooKeeper 3.5.

Posted by GitBox <gi...@apache.org>.
iwasakims merged pull request #828:
URL: https://github.com/apache/bigtop/pull/828


   


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bigtop] elukey commented on pull request #828: BIGTOP-3597. Fix build failure of Hadoop 3.2 against ZooKeeper 3.5.

Posted by GitBox <gi...@apache.org>.
elukey commented on pull request #828:
URL: https://github.com/apache/bigtop/pull/828#issuecomment-980328230


   The commit LGTM, and it seems an easy one (if upstream doesn't want a specific test it seems good to remove it!)
   
   I tested a build with debian-10 and I see a zookeeper-related issue though:
   
   ```
   docker run --rm  -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-debian-10 bash -c '. /etc/profile.d/bigtop.sh; ./gradlew allclean hadoop-pkg'
   [..]
   + continue 2
   # Forcing Zookeeper dependency to be on the packaged jar
   ln -sf /usr/lib/zookeeper/zookeeper.jar debian/tmp/usr/lib/hadoop/lib/zookeeper*.jar
   ln: target 'debian/tmp/usr/lib/hadoop/lib/zookeeper-jute-3.5.9.jar' is not a directory
   make[1]: *** [debian/rules:57: override_dh_auto_install] Error 1
   make[1]: Leaving directory '/ws/output/hadoop/hadoop-3.2.2'
   make: *** [debian/rules:27: binary] Error 2
   dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
   debuild: fatal error at line 1182:
   dpkg-buildpackage -us -uc -ui -b
    failed
   ```
   
   +1 to merge this change (I double checked that it fixes the problem) if you want to proceed.


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org