Skip to content

ExecutorRunner

Creating Instance

ExecutorRunner takes the following to be created:

  • Application ID
  • Executor ID
  • ApplicationDescription
  • Number of CPU cores
  • Amount of Memory
  • RpcEndpointRef
  • Worker ID
  • web UI's scheme
  • Host
  • web UI's port
  • Public Address
  • Spark's Home Directory
  • Executor's Directory
  • Worker's URL
  • SparkConf
  • Local Directories of the Spark Application
  • Executor State
  • Map[String, ResourceInformation] (default: empty)

ExecutorRunner is created when:

Back to top