| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The parameters used to submit Spark jobs. | ||
| sparkSubmit | object | The configurations of SparkSubmit. | |
| entryPoint | string | The main program of Spark. | oss://bucket/path/to/entrypoint.jar |
| entryPointArguments | array | The parameters related to the main program of Spark. | |
| string | The parameter related to the main program of Spark. | arg1 | |
| sparkSubmitParameters | string | The command-line parameter of SparkSubmit. | --conf spark.app.name=test |