NotebookSessionProperties interface
Session properties.
Properties
| driver |
Number of cores to use for the driver. |
| driver |
Amount of memory to use for the driver process. |
| executor |
Number of cores to use for each executor. |
| executor |
Amount of memory to use per executor process. |
| num |
Number of executors to launch for this session. |
Property Details
driverCores
Number of cores to use for the driver.
driverCores: number
Property Value
number
driverMemory
Amount of memory to use for the driver process.
driverMemory: string
Property Value
string
executorCores
Number of cores to use for each executor.
executorCores: number
Property Value
number
executorMemory
Amount of memory to use per executor process.
executorMemory: string
Property Value
string
numExecutors
Number of executors to launch for this session.
numExecutors: number
Property Value
number