
Number | Configuration item name. | Configuration Item Description |
1 | instance/cluster | Select the executed instance/cluster. For configuration reference, see storage and computing engine configuration. |
| DLC Data Engine | Select the required DLC Data Engine. For configuration details, refer to storage and computing engine configuration. |
| Scheduling resource group | Select the required resource group. For configuration details, refer to execute resource group configuration. |
2 | package | Required JAR or Python resource files used to perform tasks. |
| Main class | Required if the program package is a jar file |
| Program Entry Parameter | Based on need to add parameters, multiple parameters separated by spaces. |
| Job Parameter | Add parameters as needed, with multiple parameters separated by spaces. |
| Dependency JAR Resource | The jar files required for task execution can be configured with multiple. |
| Dependency Python Resource | The python, zip, and egg format files required for task execution can be configured with multiple. |
| Dependency Files Resource | The files required for task execution support jar, zip, txt, and conf formats and can be configured with multiple. |
| Dependency Archives Resource | The compression packages required for task execution support tar.gz, tgz, and tar formats and can be configured with multiple. |

Key configuration items. | Key Configuration Item Description |
Task Image | The image for task execution. If the task requires a specific image, you can choose between DLC built-in images and Custom Images. |
Resource Configuration | Resource Configuration Mode Cluster default configuration and custom configuration are divided into two methods. 1. Use default cluster configuration Use the current task computing resource cluster configuration 2. Custom User-defined Executor and Driver configuration Executor resources Fill in the number of required resources. 1 cu is roughly equivalent to 1-core CPU and 4 GB memory. 1. Small: one calculation unit (1cu) 2. Medium: two calculation units (2cu) 3. Large: four calculation units (4cu) 4. Xlarge: eight calculation units (8cu) 5. 4Xlarge: sixteen calculation units (16cu) Number of Executors Executors are compute nodes or compute instances responsible for executing tasks and handling computation. Each Executor uses the configured number of resources, supporting dynamic allocation and fixed allocation. Driver resources Fill in the required number of Driver resources. 1 cu is roughly equivalent to 1-core CPU and 4 GB memory. 1. Small: one calculation unit (1cu) 2. Medium: two calculation units (2cu) 3. Large: four calculation units (4cu) 4. Xlarge: eight calculation units (8cu) 5. 4Xlarge: sixteen calculation units (16cu) |
Feedback