Share via


NotebookSessionProperties interface

Session properties.

Properties

driverCores

Number of cores to use for the driver.

driverMemory

Amount of memory to use for the driver process.

executorCores

Number of cores to use for each executor.

executorMemory

Amount of memory to use per executor process.

numExecutors

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