NotebookSessionProperties interface
セッションのプロパティ。
プロパティ
| driver |
ドライバーに使用するコアの数。 |
| driver |
ドライバー プロセスに使用するメモリの量。 |
| executor |
各 Executor に使用するコアの数。 |
| executor |
Executor プロセスごとに使用するメモリの量。 |
| num |
このセッションで起動する Executor の数。 |
プロパティの詳細
driverCores
ドライバーに使用するコアの数。
driverCores: number
プロパティ値
number
driverMemory
ドライバー プロセスに使用するメモリの量。
driverMemory: string
プロパティ値
string
executorCores
各 Executor に使用するコアの数。
executorCores: number
プロパティ値
number
executorMemory
Executor プロセスごとに使用するメモリの量。
executorMemory: string
プロパティ値
string
numExecutors
このセッションで起動する Executor の数。
numExecutors: number
プロパティ値
number