Bugfix: xgboost</lib/native/libhdfs.a: could not read symbols: Bad value#2
Closed
loadingvx wants to merge 1 commit intodmlc:masterfrom
loadingvx:master
Closed
Bugfix: xgboost</lib/native/libhdfs.a: could not read symbols: Bad value#2loadingvx wants to merge 1 commit intodmlc:masterfrom loadingvx:master
loadingvx wants to merge 1 commit intodmlc:masterfrom
loadingvx:master
Conversation
…lue> for Hadoop_CDH distribution (yum installed)
Member
|
As another comment in the xgboost repo. It would be great if this can be resolved in just dmlc.mk by configuring DMLC_LDFLAGS that xgboost will include. I think we can do Thanks |
Contributor
Author
|
ok. I will try fix it like this. -Wl,static is really more better than my patch. |
andrewlawhh
added a commit
to andrewlawhh/dmlc-core
that referenced
this pull request
Oct 22, 2019
* Add SSH logic * Debug logging * Revert some stuff * Revert inadvertent line subtractions * Random space * Add star topology for federated setting. * Add star topology for federated setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For Hadoop_CDH distribution (yum installed), there exists no libhdfs.so(dynamic lib) just libhdfs.a(static lib).
A switch "HADOOP_CDH_BINARY" is added for this situation, it enables static compiling, so xgboost
wil not search for libhdfs.so anymore while running.