-
Notifications
You must be signed in to change notification settings - Fork 529
BIGTOP-3924: Fix the issue of Ranger 2.3 compilation failure #1097
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
|
I was unable to reproduce this build issue in 'bigtop/slaves:3.2.0-centos-7' or 'bigtop/slaves:3.2.0-centos-7-aarch64'. |
|
@guyuqi , that happened to me, too. I used But when I used debug mode as the following command |
|
@guyuqi Delete the cache of your m2 repository, or test in a new machine environment. |
|
@guyuqi |
|
@JiaLiangC , Thank you for working on it. It's tricky that I could not reproduce this issues on either a new clean x86 host or Arm's. |
|
@guyuqi Thank you very much for your review, testing, and suggestions. Running this command to manually compile Ranger will definitely reproduce that compilation error. |
|
@guyuqi |
May I ask why the Just re-run the typical build command (normal user not No issue occurs. |
|
@guyuqi I closed this pull request because it was difficult to consistently reproduce the issue. |


Description of PR
Environment: bigtop/slaves:3.2.0-centos-7
bigtop/slaves:3.2.0-centos-7
The ranger compilation failed in the "do-component-build" because the compilation command for ranger was incorrect. Removing "install" will result in a successful compilation.
detail in
https://issues.apache.org/jira/browse/BIGTOP-3924
How was this patch tested?
manula test

before apply this change
after apply this change

For code changes: