You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5533 and #5539 created a Maven repository to host snapshots for XGBoost4J. The JAR files contain both bytecode for Java/Scala code as well as the native library libxgboost4j.so. The native library is compiled to run on 64-bit Linux. So you cannot deploy XGBoost4J-Spark to a server running Windows Server.
Proposal: Build xgboost4j.dll using Visual Studio and insert it into the JAR file. This needs to be automated as part of CI.
The text was updated successfully, but these errors were encountered:
#5533 and #5539 created a Maven repository to host snapshots for XGBoost4J. The JAR files contain both bytecode for Java/Scala code as well as the native library
libxgboost4j.so
. The native library is compiled to run on 64-bit Linux. So you cannot deploy XGBoost4J-Spark to a server running Windows Server.Proposal: Build
xgboost4j.dll
using Visual Studio and insert it into the JAR file. This needs to be automated as part of CI.The text was updated successfully, but these errors were encountered: