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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of spark?

288


Explain how RDDs work with Scala in Spark

355


List the advantage of Parquet file in Apache Spark?

473


What is meant by Transformation? Give some examples.

328