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

Describe the run-time architecture of Spark?

Answer Posted / Neeraj Sahu

The runtime architecture of Apache Spark consists of three main components: (1) Driver Program: The main process that coordinates the application, creates executors, and manages tasks. (2) Executor: A JVM process responsible for executing tasks on worker nodes and communicating with other executors and the driver program. (3) Cluster Manager: The resource manager responsible for managing resources (such as CPU, memory, and storage) across worker nodes. Spark can run on various cluster managers like Hadoop YARN, Apache Mesos, or Spark Standalone.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how RDDs work with Scala in Spark

355


What is meant by Transformation? Give some examples.

328


List the advantage of Parquet file in Apache Spark?

473


What is the latest version of spark?

287