File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/user_guides/projects/jobs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ The following table describes the JSON payload returned by `jobs_api.get_configu
219
219
| --------------------------------------------| -------------- | ---------------------------------------------------------| -------------------------- |
220
220
| ` type ` | string | Type of the job configuration | ` "sparkJobConfiguration" ` |
221
221
| ` appPath ` | string | Project path to spark program (e.g ` Resources/foo.jar ` ) | ` null ` |
222
- | ` mainClass ` | string | Name of the main class to run | ` null ` |
222
+ | ` mainClass ` | string | Name of the main class to run (e.g ` org.company.Main ` ) | ` null ` |
223
223
| ` environmentName ` | string | Name of the project spark environment | ` "spark-feature-pipeline" ` |
224
224
| ` spark.driver.cores ` | number (float) | Number of CPU cores allocated for the driver | ` 1.0 ` |
225
225
| ` spark.driver.memory ` | number (int) | Memory allocated for the driver (in MB) | ` 2048 ` |
You can’t perform that action at this time.
0 commit comments