Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/1110#issuecomment-47686100
  
    @dbtsai Thanks for testing it! I'm going to move `treeReduce` and 
`treeAggregate` to `mllib.rdd.RDDFunctions`. For normal data processing, people 
generally use more partitions than number of cores. In those cases, the driver 
can collect task result while other tasks are running. This is not the optimal 
case for machine learning algorithms. So I think we can keep `treeReduce` and 
`treeAggregate` in mllib for now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to