Github user vrilleup commented on the pull request:

    https://github.com/apache/spark/pull/964#issuecomment-47198628
  
    multiply function is RowMatrix was using dense matrix - sparse vector 
multiplication function, but in current breeze version there is no 
implementation for this combination. So it was actually a dense matrix - dense 
vector function invoked, which is very slow for sparse but large RowMatrix. I 
changed it to use sparse vector - dense vector multiplication in breeze. This 
larged improved the multiply function.


---
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