-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HADOOP-9320 Fix Hadoop native build failure on ARM hard-float #224
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
@amuttsch |
Puhhh, this is really long ago, I don't really remember what I did. I guess I tried building it via |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Updated the versions used in smoke tests and the README for overnight tests to point to the next release. Using 0.13.1 instead of 0.13.1-SNAPSHOT here since these tests are usually run against the release branch when release testing, where the version doesn't have -SNAPSHOT in it. Author: Prateek Maheshwari <[email protected]> Reviewers: Jacob Maes <[email protected]> Closes apache#224 from prateekm/version-update
💔 -1 overall
This message was automatically generated. |
Moved the ARM JVM float ABI detection from
HadoopCommon.cmake
toHadoopJNI.cmake
, because${JAVA_JVM_LIBRARY}
is not available inHadoopCommon.cmake
yet and therefore the build fails.This commit fixes this issue.