Abou Haydar Elias created SPARK-5449:
----------------------------------------

             Summary: What happened to RDD's join transformation?
                 Key: SPARK-5449
                 URL: https://issues.apache.org/jira/browse/SPARK-5449
             Project: Spark
          Issue Type: Question
          Components: Spark Core
    Affects Versions: 1.2.0
            Reporter: Abou Haydar Elias
            Priority: Minor


I'm trying to perform and join transformation over an RDD[((Int,Int), Double] 
and it's giving me the following error :

value join is not a member of org.apache.spark.rdd.RDD[((Int, Int), Double)]

I've looked for the join transformation in the source code and I didn't find 
any sign of it the RDD class.

Where did it disappear? 

Thanks in advance!



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