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...


Explain apache spark streaming? How is the processing of streaming data achieved in apache spark?



Explain apache spark streaming? How is the processing of streaming data achieved in apache spark?..

Answer / Nitin Gupta

Apache Spark Streaming is an extension of Apache Spark that allows for real-time data processing. It enables users to process live data streams from various sources like Kafka, Twitter, or custom input sources. The processing of streaming data in Spark involves: (1) creating a DStream (DataStream), which represents the continuous stream; (2) applying transformations and actions on the DStream (e.g., map, filter, reduce); (3) receiving the results as batches at specified intervals.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is Directed Acyclic Graph(DAG)?

1 Answers  


explain the concept of RDD (Resilient Distributed Dataset). Also, state how you can create RDDs in Apache Spark.

1 Answers  


How to explain Bigdatadeveloper projects

1 Answers  


When creating an RDD, what goes on internally?

1 Answers  


Define the run-time architecture of Spark?

1 Answers  


What is executor memory in spark?

1 Answers  


List various commonly used machine learning algorithm?

1 Answers  


What is the latest version of spark?

0 Answers  


How do I download spark?

1 Answers  


What is the use of dataframe in spark?

1 Answers  


How do you set up a spark?

1 Answers  


What is transformation in spark?

1 Answers  


Categories