xgboost/jvm-packages/test_distributed.sh
CodingCat 10a1517502 revise the RabitTracker Impl
delete FileUtil class

fix bugs
2016-03-04 10:08:37 -05:00

6 lines
222 B
Bash
Executable File

#!/bin/bash
# Simple script to test distributed version, to be deleted later.
cd xgboost4j-demo
java -XX:OnError="gdb - %p" -cp target/xgboost4j-demo-0.1-jar-with-dependencies.jar ml.dmlc.xgboost4j.demo.DistTrain 4
cd ..