Description
spark.lda pass the optimizer "em" or "online" to the backend. However, LDAWrapper doesn't set optimizer based on the value from R. Therefore, for optimizer "em", the `isDistributed` field is FALSE, which should be TRUE.
In addition, the `summary` method should bring back the results related to `DistributedLDAModel`.