[ https://issues.apache.org/jira/browse/SPARK-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294944#comment-14294944
]
Abou Haydar Elias commented on SPARK-5449:
------------------------------------------
Thanks a lot [~srowen]! I'm sorry I didn't know actually where to post this question.
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|