Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/1778#issuecomment-54222237
  
    @rezazadeh I understand that it is easier to implement the algorithm on a 
row-oriented format to compute similar columns. But it still sounds more 
natural to me to compute similar rows on a row-oriented format. For example, we 
have a billion small images and we want to pick out similar ones, without 
computing 10^9 x 10^9 inner products. Does DIMSUM help?


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to