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 the various types of shared variable in apache spark?



What are the various types of shared variable in apache spark?..

Answer / Aman Varshney

1. Broadcast variables: Used for sending large amounts of data to each executor without duplicating it. 2. Accumulators: Used for updating a single variable across multiple tasks and actions. 3. Distributed cache: Used to share files or RDDs between the driver program and executors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Which is better scala or python for spark?

1 Answers  


What is Directed Acyclic Graph(DAG)?

1 Answers  


Define Partitions?

1 Answers  


How is streaming implemented in spark? Explain with examples.

1 Answers  


What is "GraphX" in Spark?

1 Answers  


Where is apache spark used?

1 Answers  


How Spark handles monitoring and logging in Standalone mode?

1 Answers  


Explain join() operation in Apache Spark?

1 Answers  


Who created spark?

1 Answers  


What are the features of RDD, that makes RDD an important abstraction of Spark?

1 Answers  


What is mlib?

1 Answers  


How does spark work with python?

1 Answers  


Categories