Is it possible to load a local trained model into Spark environment?

Train a model through XGBoost.train(…), but I want to use the trained model in a Spark environment. Is it possible to load the local trained model into Spark? Or I have to train the model in Spark environment through XGBoostClassifier()?

Thanks!

See https://github.com/dmlc/xgboost/issues/3689