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

What is a pipelinedrdd?

1 Answers  


Can you do real-time processing with Spark SQL?

1 Answers  


What is javardd?

1 Answers  


Who invented the first spark plug?

1 Answers  


Are spark dataframes distributed?

1 Answers  


Define paired RDD in Apache Spark?

1 Answers  


What is the default partition in spark?

1 Answers  


What does a Spark Engine do?

1 Answers  


What is aggregatebykey spark?

1 Answers  


What is Starvation scenario in spark streaming?

1 Answers  


Which all languages Apache Spark supports?

1 Answers  


What happens to rdd when one of the nodes on which it is distributed goes down?

1 Answers  


Categories