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 are accumulators in Apache Spark?



What are accumulators in Apache Spark?..

Answer / Vivek Kumar Mishra

Accumulators in Apache Spark are variables that can be updated by tasks running on executors during the execution of an action. They provide a way to aggregate results across multiple tasks without the need for shuffling data. Accumulators can be used for various purposes, such as tracking the number of records processed or maintaining a moving average. Users can define their own accumulator classes using Scala or Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Why lazy evaluation is good in spark?

1 Answers  


Is it necessary to learn hadoop for spark?

1 Answers  


What is the difference between Caching and Persistence in Apache Spark?

1 Answers  


Is there a module to implement sql in spark?

1 Answers  


How spark is faster than hadoop?

1 Answers  


What are the ways to run spark over hadoop?

1 Answers  


What do you understand by receivers in Spark Streaming ?

1 Answers  


What is big data spark?

1 Answers  


Define Partition in Apache Spark?

1 Answers  


Why we use parallelize in spark?

1 Answers  


What is spark vcores?

1 Answers  


Name a few commonly used spark ecosystems?

1 Answers  


Categories