Training in Python and Deploying in Spark

Is it possible to train my XGBoost model in python and use the saved model to predict in spark environment ?

This discussion may be useful: https://github.com/dmlc/xgboost/issues/3689