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...


Define the run-time architecture of Spark?



Define the run-time architecture of Spark?..

Answer / Priyanka Pandey

Apache Spark's runtime architecture is composed of three main components: (1) Spark Driver Program, (2) Executor Services, and (3) Hadoop YARN or Standalone Mode. The Spark Driver Program initiates the application, creates an RDD (Resilient Distributed Dataset), schedules tasks, and monitors the progress of the tasks. Executor Services run on worker nodes. They execute the tasks assigned by the driver program, manage memory, and communicate with other executors for resilience. Hadoop YARN or Standalone Mode manages resources for Spark applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Where are rdd stored?

1 Answers  


Explain reduceByKey() Spark operation?

1 Answers  


In a very huge text file, you want to just check if a particular keyword exists. How would you do this using Spark?

1 Answers  


What are the common transformations in apache spark?

1 Answers  


What are the various programming languages supported by Spark?

1 Answers  


List down the languages supported by Apache Spark?

1 Answers  


What is sparkcontext in spark?

1 Answers  


What is dag – directed acyclic graph?

1 Answers  


How do you process big data with spark?

1 Answers  


Does spark sql use hive?

1 Answers  


Describe Partition and Partitioner in Apache Spark?

1 Answers  


What is difference between hive and spark?

1 Answers  


Categories