-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17509. Parallelize building of dependencies #2669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Added -j option to parallelize the building of Protocol buffers and Intel ISA-L dependencies.
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Needed to quote the arguments to avoid splitting.
(!) A patch to the testing environment has been detected. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Great!
Thank you @GauthamBanasandra for your contribution! |
Hey @GauthamBanasandra sorry I'm late to this. I can verify that on Ubuntu 20.04 I am able to |
Hi @smengcl , |
@GauthamBanasandra Yes. I just ran docker build again and it still fails, seemingly because of boost library compilation failure:
This should have nothing to do with this PR. Don't worry. :) I posted the full log here. |
@smengcl I just had a look at the logs. I couldn't find the exact error but I found this - https://gist.github.com/smengcl/200668f706306031f72b8010d7c728a0#file-docker_build-log-L777-L778 I'm not sure if this is a kill signal that was sent externally. Would you happen to know the exact reason for compilation failure? |
@GauthamBanasandra Good find! I wonder if the reason is Mac Docker's mem limit. Thanks for the help :D |
Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit 6c891c0)
Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit 6c891c0) (cherry picked from commit 23ada04)
building of Protocol buffers and Intel
ISA-L dependencies.