Latent Dirichlet allocation ( LDA ) implementation in xgboost

I am new to machine learning and XGBoost. I am struggling with scalability of my topic modelling algorithm implementation in Spark MLlib using LDA algorithm. Can I use XGBoost for LDA implementation using spark or any other distributed environment ?

I don’t think XGBoost implemented LDA.