In a Spark cluster, each node typically has multiple executors, which are responsible for executing tasks on that node. An executor is a separate process that runs on a node and is responsible for executing tasks assigned to it by the driver. Therefore, a node can have multiple executors running on it. The number of executors on a node depends on the resources available on that node and the configuration settings of the Spark application. So, option C is the correct answer.
A) is C. nodes are the physical machines in the Spark cluster, while executors are the worker processes running on these nodes, responsible for executing tasks and processing data as part of a Spark application.
The correct answer is C. The other (currently selected as correct )answer D is also wrong the total number of nodes is always larger than the executor nodes by 1 sins we need one of the Cluster nodes to run the Driver.
C. Spark executors run on worker nodes and are responsible for executing tasks and storing intermediate data during data processing. The nodes represent the physical machines that provide computing resources to run the Spark application.
The correct answer is C. An executor is a processing engine running on a node.
Explanation: In Apache Spark, a node refers to a physical or virtual machine in a cluster that is part of the Spark cluster. Each node can have one or more executors running on it. An executor is a Spark component responsible for executing tasks and storing data in memory or on disk. It is a worker process that runs on a node and performs the actual computation and data processing tasks assigned to it by the driver program. Executors are created and managed by the cluster manager, and they are responsible for executing the tasks and managing the data partitions assigned to them.
The correct answer is C. The executor runs in a node.
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
TC007
Highly Voted 1 year, 7 months agoSnData
Most Recent 6 months agooda_rasheed_basha
8 months, 2 weeks agoAnweee
9 months, 3 weeks agoAnweee
9 months, 3 weeks agoamirshaz
10 months agomehroosali
1 year agoGeorgiT
1 year, 2 months agoastone42
1 year, 3 months agoDgohel
1 year, 3 months agosingh100
1 year, 3 months agoSandy544
1 year, 5 months agoTmData
1 year, 5 months agoevertonllins
1 year, 7 months ago