Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/80#issuecomment-37054161 @ScrapCodes I think the original scaladoc explains that this performs a shuffle, but you didn't copy this code in any of the python/java docs. Would you mind adding that? It's sort of important because otherwise people could think this is a cheap operation. ``` /** * Return the intersection of this RDD and another one. The output will not contain any duplicate * elements, even if the input RDDs did. * * Note that this method performs a shuffle internally. */ ```
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---