| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The template of a Spark job. | ||
| sparkDriverCores | integer | The number of driver cores of the Spark job. | 1 |
| sparkDriverMemory | long | The size of driver memory of the Spark job. | 1073741824 |
| sparkExecutorMemory | long | The size of executor memory of the Spark job. | 1073741824 |
| sparkVersion | string | The engine version of Spark. | esr-4.1.1 |
| sparkLogLevel | string | The level of the Spark log. | INFO |
| sparkExecutorCores | integer | The number of executor cores of the Spark job. | 1 |
| gmtModified | string | The time when the job was last modified. | 2025-03-10T02:02:41.000+00:00 |
| sparkLogPath | string | The path where the operational logs of the Spark job are stored. | oss://your_bucket/path/to/your/log |
| creator | long | The user ID of the job creator. | 150978934701**** |
| gmtCreated | string | The creation time. | 2025-03-10T02:02:41.000+00:00 |
| modifier | long | The ID of the user who last modified the job. | 150978934701**** |
| sparkConf | array | The SparkConf objects. | |
| SparkConf | The SparkConf object. | ||
| templateType | string | The template type. | TASK |
| fusion | boolean | Indicates whether Fusion engine is enabled for acceleration. | false |
| displaySparkVersion | string | The displayed version of the Spark engine. | esr-4.1.1 |