Skip to content

Commit 12d5e55

Browse files
committed
fix
1 parent e386fb2 commit 12d5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guides/projects/jobs/spark_job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The following table describes the JSON payload returned by `jobs_api.get_configu
219219
|--------------------------------------------| -------------- |---------------------------------------------------------| -------------------------- |
220220
| `type` | string | Type of the job configuration | `"sparkJobConfiguration"` |
221221
| `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` |
223223
| `environmentName` | string | Name of the project spark environment | `"spark-feature-pipeline"` |
224224
| `spark.driver.cores` | number (float) | Number of CPU cores allocated for the driver | `1.0` |
225225
| `spark.driver.memory` | number (int) | Memory allocated for the driver (in MB) | `2048` |

0 commit comments

Comments
 (0)