Bugfix: xgboost</lib/native/libhdfs.a: could not read symbols: Bad value - #1
Bugfix: xgboost</lib/native/libhdfs.a: could not read symbols: Bad value#1loadingvx wants to merge 1 commit into
Conversation
…lue> for Hadoop_CDH distribution (yum installed)
|
@loadingvx may I know the progress on this issue? Thanks |
|
I made a contact with HADOOP_CDH developer to make sure this is really a bug or problem. They said I'm giving up on this issue duo to lessing knowledges about gcc, and any way libxgboostwrapper never be usable. No perfect plan there. It's ok to just put a warning into README.md : |
|
Thanks for investigating this! I think we can go with your suggestion. |
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.