Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What do you understand by receivers in Spark Streaming ?



What do you understand by receivers in Spark Streaming ?..

Answer / Kumar Abhimanyu Singh

Receivers are the entry points for data input in Apache Spark Streaming. They receive streaming data from various sources like Kafka, Flume, Twitter, or TCP sockets and convert them into DStreams (Discretized Streams) that can be processed using Spark's transformations and actions.nFor example, the `SparkStreaming.stream()` method creates a new Spark Streaming context, which can then receive data from a Kafka topic using the `KafkaUtils.createDirectStream()` function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What are the common transformations in apache spark?

1 Answers  


What is difference between spark and mapreduce?

1 Answers  


What is spark vs scala?

1 Answers  


Describe Partition and Partitioner in Apache Spark?

1 Answers  


What are the ways in which one can know that the given operation is transformation or action?

1 Answers  


Explain Spark leftOuterJoin() and rightOuterJoin() operation?

1 Answers  


Explain schemardd?

1 Answers  


What is the use of map transformation?

1 Answers  


Can you run spark without hadoop?

1 Answers  


What is difference between hive and spark?

1 Answers  


What is coalesce in spark sql?

1 Answers  


What is dag spark?

1 Answers  


Categories