Description
Add comment to introduce coalesce to LDA example to avoid the possible massive partitions from sc.textFile.
sc.textFile will create RDD with one partition for each file, and the possible massive partitions downgrades LDA performance.
Attachments
Issue Links
- links to