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


How does executor work in spark?



How does executor work in spark?..

Answer / Sudheer Kumar

An Executor is a worker process in Apache Spark that runs tasks assigned by the Driver Program (the main application). When an application is submitted to a Spark cluster, the Driver Program creates one or more Executors on available nodes and distributes the task to each of them for processing. The Executor processes the tasks using the Java Virtual Machine (JVM) or Python interpreter, depending on the language used in the application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Explain SparkContext in Apache Spark?

1 Answers  


How to identify that given operation is transformation/action in your program?

1 Answers  


What is transformation in spark?

1 Answers  


What is RDD in Apache Spark? How are they computed in Spark? what are the various ways in which it can create?

1 Answers  


Difference between groupByKey vs reduceByKey in Apache Spark?

1 Answers  


Name types of Cluster Managers in Spark.

1 Answers  


What is the bottom layer of abstraction in the Spark Streaming API ?

1 Answers  


How Spark uses Hadoop?

1 Answers  


List various commonly used machine learning algorithm?

1 Answers  


What is a partition in spark?

1 Answers  


Write the command to start and stop the spark in an interactive shell?

1 Answers  


Can you explain benefits of spark over mapreduce?

1 Answers  


Categories