records of one type of entity from other type of entities.
-Beejal
From: naresh Goud [mailto:nareshgoud.du...@gmail.com]
Sent: Friday, February 23, 2018 8:56 AM
To: Vibhakar, Beejal
Subject: Re: Consuming Data in Parallel using Spark Streaming
You will have the same behavior both in local and hadoop
I am trying to process data from 3 different Kafka topics using 3 InputDStream
with a single StreamingContext. I am currently testing this under Sandbox where
I see data processed from one Kafka topic followed by other.
Question#1: I want to understand that when I run this program in Hadoop
clu