[jvm-packages] Is it possible to use boost model(binary model) to spark(distributed) model for scala?

Hi, I trained xgboost model (0.82) by using spark and I saved using nativeBooster.

And I want to use it.

But I realized that the model is able to predict on local server not distributed model.

I wonder I can transfer boost model to distributed model(spark). When I checked xgboost-spark, I can’t find the any api or constructor for it.

Thanjs