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 2022/03/27 04:47:37 UTC

[GitHub] [bigtop] sekikn opened a new pull request #877: BIGTOP-3639. Alluxio build fails on ppc64le (addendum).

sekikn opened a new pull request #877:
URL: https://github.com/apache/bigtop/pull/877


   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   
   Building Alluxio for Debian or Ubuntu fails on a ppc64le machine because fakeroot tries to use the root user's home directory instead of jenkins' to create local maven repository for some reason. This PR avoids this problem by leveraging the maven.repo.local property passed from bigtop-packages/src/deb/alluxio/rules.
   
   ### How was this patch tested?
   
   Ran `./gradlew allclean alluxio-pkg` in a ubuntu-18.04 container on a ppc64le machine and confirmed it succeeced.
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [x] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/


-- 
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] sekikn commented on pull request #877: BIGTOP-3639. Alluxio build fails on ppc64le (addendum).

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


   Thanks! Merged into master and branch-3.0.


-- 
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] sekikn merged pull request #877: BIGTOP-3639. Alluxio build fails on ppc64le (addendum).

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


   


-- 
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