Thanks Daniel ,
Applied Join from PairedRDD
val countByUsername = file1.join(file2)
.map {
case (id, (username, count)) => (id, username, count)
}
-----
--Harihar
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/How-to-join-two-RDDs-with-mutually-exclusive-keys-tp19417p19431.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]