Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochen-zhou committed May 3, 2024
1 parent 467ca03 commit 3d38bbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en/seatunnel-engine/engine-jar-storage-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ After enabling the optimization job submission process configuration item, you d
- COMMON_PLUGIN_JARS
- CONNECTOR_PLUGIN_JARS

COMMON_ PLUGIN_ JARS refers to the third-party Jar package that the connector relies on, CONNECTOR_PLUGIN_ JARS refers to the connector Jar package.
COMMON_ PLUGIN_ JARS refers to the third-party Jar package that the connector relies on, CONNECTOR_PLUGIN_JARS refers to the connector Jar package.
When common jars do not exist in Zeta's `lib`, it can upload the local common jars of the client to the `lib` directory of all engine nodes.
This way, even if the user does not place a jar on all nodes in Zeta's `lib`, the task can still be executed normally.
However, we do not recommend relying on the configuration item of opening the optimization job submission process to upload the third-party Jar package that the connector relies on.
Expand All @@ -36,13 +36,13 @@ Two different storage strategies provide a more flexible storage mode for Jar fi

## Related configuration

| parameter | default value | describe |
| parameter | default value | describe |
|-------------------------------------|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| connector-jar-storage-enable | false | Whether to enable uploading the connector Jar package to the engine. The default enabled state is false. |
| connector-jar-storage-mode | SHARED | Engine-side Jar package storage mode selection. There are two optional modes, SHARED and ISOLATED. The default Jar package storage mode is SHARED. |
| connector-jar-storage-path | " " | User-defined Jar package storage path. |
| connector-jar-cleanup-task-interval | 3600s | Engine-side Jar package cleaning scheduled task execution interval. |
| connector-jar-expiry-time | 600s | Engine-side Jar package storage expiration time. |
| connector-jar-expire-time | 600s | Engine-side Jar package storage expiration time. |

## IsolatedConnectorJarStorageStrategy

Expand All @@ -58,7 +58,7 @@ jar-storage:
connector-jar-storage-mode: ISOLATED
connector-jar-storage-path: ""
connector-jar-cleanup-task-interval: 3600
connector-jar-expiry-time: 600
connector-jar-expire-time: 600
```

Detailed explanation of configuration parameters:
Expand All @@ -83,7 +83,7 @@ jar-storage:
connector-jar-storage-mode: SHARED
connector-jar-storage-path: ""
connector-jar-cleanup-task-interval: 3600
connector-jar-expiry-time: 600
connector-jar-expire-time: 600
```

Detailed explanation of configuration parameters:
Expand Down

0 comments on commit 3d38bbb

Please sign in to comment.