Описание тега executors

Use for questions related with machines playing the role of an executors, for example inside a cluster in a distributed computing environment.

The notion of an executor is:

A process launched for an application on a worker node, that runs tasks and keeps data in memory or disk storage across them. Each application has its own executors.

taken from Apache-Spark's webpage, which is a popular framework in distributed-computing.