|
7354 | 7354 | "description": "Synapse notebook reference.",
|
7355 | 7355 | "$ref": "../artifacts.json#/definitions/SynapseNotebookReference"
|
7356 | 7356 | },
|
| 7357 | + "sparkPool": { |
| 7358 | + "description": "The name of the big data pool which will be used to execute the notebook.", |
| 7359 | + "$ref": "../artifacts.json#/definitions/BigDataPoolParametrizationReference" |
| 7360 | + }, |
7357 | 7361 | "parameters": {
|
7358 | 7362 | "description": "Notebook parameters.",
|
7359 | 7363 | "type": "object",
|
|
7401 | 7405 | "items": {
|
7402 | 7406 | "description": "Type: string (or Expression with resultType string)."
|
7403 | 7407 | }
|
| 7408 | + }, |
| 7409 | + "file": { |
| 7410 | + "type": "object", |
| 7411 | + "description": "The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string)." |
| 7412 | + }, |
| 7413 | + "className": { |
| 7414 | + "type": "object", |
| 7415 | + "description": "The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string)." |
| 7416 | + }, |
| 7417 | + "files": { |
| 7418 | + "description": "Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.", |
| 7419 | + "type": "array", |
| 7420 | + "items": { |
| 7421 | + "description": "Type: string (or Expression with resultType string)." |
| 7422 | + } |
| 7423 | + }, |
| 7424 | + "targetBigDataPool": { |
| 7425 | + "$ref": "../artifacts.json#/definitions/BigDataPoolParametrizationReference", |
| 7426 | + "description": "The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide." |
| 7427 | + }, |
| 7428 | + "executorSize": { |
| 7429 | + "type": "object", |
| 7430 | + "description": "Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string)." |
| 7431 | + }, |
| 7432 | + "conf": { |
| 7433 | + "type": "object", |
| 7434 | + "description": "Spark configuration properties, which will override the 'conf' of the spark job definition you provide." |
| 7435 | + }, |
| 7436 | + "driverSize": { |
| 7437 | + "type": "object", |
| 7438 | + "description": "Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string)." |
| 7439 | + }, |
| 7440 | + "numExecutors": { |
| 7441 | + "description": "Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide.", |
| 7442 | + "type": "integer" |
7404 | 7443 | }
|
7405 | 7444 | },
|
7406 | 7445 | "required": [
|
|
0 commit comments