xgboost/doc/jvm/index.md
avl055 f75d78f686 updating JVM docs
adding “-DskipTests” to Docs for JVM. without this flag building takes
forever
2016-04-10 23:52:09 +01:00

1.3 KiB

XGBoost JVM Package

Build Status GitHub license

You have find XGBoost JVM Package!

Installation

Currently, XGBoost4J only support installation from source. Building XGBoost4J using Maven requires Maven 3 or newer and Java 7+.

Before you install XGBoost4J, you need to define environment variable JAVA_HOME as your JDK directory to ensure that your compiler can find jni.h correctly, since XGBoost4J relies on JNI to implement the interaction between the JVM and native libraries.

After your JAVA_HOME is defined correctly, it is as simple as run mvn package -DskipTests under jvm-packages directory to install XGBoost4J.

NOTE: XGBoost4J requires to run with Spark 1.6 or newer

Contents