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 Accumulator in Spark?



Explain Accumulator in Spark?..

Answer / Gourav Pandey

"Accumulator": A variable that allows you to modify its value across multiple actions and tasks. They can be used for purposes such as counting the number of occurrences of a particular event, or storing intermediate results of a computation. Accumulators are useful when you need to calculate statistics over the data processed during the execution of Spark jobs, but don't want to store this data because it is large or unnecessary for your purposes."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain Spark join() operation?

1 Answers  


What is the difference between map and flatmap?

1 Answers  


Define a worker node?

1 Answers  


Where are rdd stored?

1 Answers  


Explain Spark SQL caching and uncaching?

1 Answers  


Define parquet file format? How to convert data to parquet format?

1 Answers  


What are broadcast variables in Apache Spark? Why do we need them?

1 Answers  


How to process data using Transformation operation in Spark?

1 Answers  


What is apache spark core?

1 Answers  


What is spark etl?

1 Answers  


What is Starvation scenario in spark streaming?

1 Answers  


What is difference between dataset and dataframe in spark?

1 Answers  


Categories