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 is accumulators and broadcast variables in spark?



What is accumulators and broadcast variables in spark?..

Answer / Ramesh Prasad

Accumulators in Spark are variables that can be updated by each task during a computation. They allow you to store a value that accumulates over the course of the application, but they do not persist across iterations. Broadcast variables, on the other hand, are read-only distributed objects used to broadcast large amounts of data to the workers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

How tasks are created in spark?

1 Answers  


What is aws spark?

1 Answers  


Explain various Apache Spark ecosystem components. In which scenarios can we use these components?

1 Answers  


Does Apache Spark provide checkpoints?

1 Answers  


Can you define rdd?

1 Answers  


is it necessary to install Spark on all nodes while running Spark application on Yarn?

1 Answers  


What is spark in big data?

1 Answers  


Which is the best spark certification?

1 Answers  


What is rdd lineage graph? How is it useful in achieving fault tolerance?

1 Answers  


What are accumulators in Apache Spark?

1 Answers  


Define Actions.

1 Answers  


Explain briefly what is Action in Apache Spark? How is final result generated using an action?

1 Answers  


Categories