Hi,
   I ran into a problem when doing two RDDs join operation. For example,
RDDa: RDD[(String,String)] and RDDb:RDD[(String,Int)]. Then, the result
RDDc:[String,(String,Int)] = RDDa.join(RDDb). But I find the results in RDDc
are  incorrect compared with RDDb. What's wrong in join?



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/RDDs-join-problem-incorrect-result-tp19928.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

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

Reply via email to