[ 
https://issues.apache.org/jira/browse/SPARK-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148052#comment-14148052
 ] 

Aaron Staple commented on SPARK-546:
------------------------------------

Hi, I think there are two features requested in this ticket:

1) full outer join
2) an RDD function to join >2 rdds in a single shuffle (e.g. multiJoin function)

I’ve implemented #1 in my recent PR, but not #2. I’m happy to implement #2 as 
well though.

Would it make sense to reopen this ticket? File a new ticket?

> Support full outer join and multiple join in a single shuffle
> -------------------------------------------------------------
>
>                 Key: SPARK-546
>                 URL: https://issues.apache.org/jira/browse/SPARK-546
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, Streaming
>            Reporter: Reynold Xin
>            Assignee: Aaron Staple
>             Fix For: 1.2.0
>
>
> RDD[(K,V)] now supports left/right outer join but not full outer join.
> Also it'd be nice to provide a way for users to join multiple RDDs on the 
> same key in a single shuffle.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to