Re: Spark RDD join with CassandraRDD

2015-08-25 Thread Matt Narrell
I would suggest converting your RDDs to Dataframes (or SchemaRDDs depending on your version) and performing a native join. mn > On Aug 25, 2015, at 9:22 AM, Priya Ch wrote: > > Hi All, > > I have the following scenario: > > There exists a booking table in cassandra, which holds the field

Spark RDD join with CassandraRDD

2015-08-25 Thread Priya Ch
Hi All, I have the following scenario: There exists a booking table in cassandra, which holds the fields like, bookingid, passengeName, contact etc etc. Now in my spark streaming application, there is one class Booking which acts as a container and holds all the field details - class Booking