Re: Multiple-streaming context within a jvm

2016-10-06 Thread Cody Koeninger
Maybe I'm misunderstanding, but you can have multiple kafka topics / streams in a single streaming context. On Wed, Oct 5, 2016 at 4:13 AM, Hafiz Mujadid wrote: > Hi, > > I am trying to use multiple streaming context in one spark job. I want to > fetch users data from users topic of Kafka and pur

Multiple-streaming context within a jvm

2016-10-05 Thread Hafiz Mujadid
Hi, I am trying to use multiple streaming context in one spark job. I want to fetch users data from users topic of Kafka and purchase data from purchases topic of Kafka using streaming. Then I want to join the data and perform some operations on this data. But, I read that spark does not allow mul