This is an automated email from the ASF dual-hosted git repository.

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1e7c78dd53 [Improve][Doc] Add IMap OSS config jars into document 
(#7029)
1e7c78dd53 is described below

commit 1e7c78dd53f6fd1e75806fc5f4fb3b26676d1f88
Author: hilo <1964736...@qq.com>
AuthorDate: Fri Jul 19 19:44:18 2024 +0800

    [Improve][Doc] Add IMap OSS config jars into document (#7029)
---
 docs/en/seatunnel-engine/hybrid-cluster-deployment.md    | 11 +++++++++++
 docs/en/seatunnel-engine/separated-cluster-deployment.md | 11 +++++++++++
 docs/zh/seatunnel-engine/hybrid-cluster-deployment.md    | 11 +++++++++++
 docs/zh/seatunnel-engine/separated-cluster-deployment.md | 11 +++++++++++
 4 files changed, 44 insertions(+)

diff --git a/docs/en/seatunnel-engine/hybrid-cluster-deployment.md 
b/docs/en/seatunnel-engine/hybrid-cluster-deployment.md
index 98f3eba245..c969376f16 100644
--- a/docs/en/seatunnel-engine/hybrid-cluster-deployment.md
+++ b/docs/en/seatunnel-engine/hybrid-cluster-deployment.md
@@ -265,6 +265,17 @@ map:
            fs.oss.credentials.provider: 
org.apache.hadoop.fs.aliyun.oss.AliyunCredentialsProvider
 ```
 
+Notice: When using OSS, make sure that the following jars are in the lib 
directory.
+
+```
+aliyun-sdk-oss-3.13.2.jar
+hadoop-aliyun-3.3.6.jar
+jdom2-2.0.6.jar
+netty-buffer-4.1.89.Final.jar 
+netty-common-4.1.89.Final.jar
+seatunnel-hadoop3-3.1.4-uber.jar
+```
+
 ## 6. Configure The SeaTunnel Engine Client
 
 All SeaTunnel Engine client configurations are in the `hazelcast-client.yaml`.
diff --git a/docs/en/seatunnel-engine/separated-cluster-deployment.md 
b/docs/en/seatunnel-engine/separated-cluster-deployment.md
index 714c8920a4..6d094aa814 100644
--- a/docs/en/seatunnel-engine/separated-cluster-deployment.md
+++ b/docs/en/seatunnel-engine/separated-cluster-deployment.md
@@ -271,6 +271,17 @@ map:
         fs.oss.credentials.provider: 
org.apache.hadoop.fs.aliyun.oss.AliyunCredentialsProvider
 ```
 
+Notice: When using OSS, make sure that the following jars are in the lib 
directory.
+
+```
+aliyun-sdk-oss-3.13.2.jar
+hadoop-aliyun-3.3.6.jar
+jdom2-2.0.6.jar
+netty-buffer-4.1.89.Final.jar 
+netty-common-4.1.89.Final.jar
+seatunnel-hadoop3-3.1.4-uber.jar
+```
+
 ## 5. Configuring SeaTunnel Engine Network Services
 
 All network-related configurations of the SeaTunnel Engine are in the 
`hazelcast-master.yaml` and `hazelcast-worker.yaml` files.
diff --git a/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md 
b/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md
index efa96da030..f1deba3dec 100644
--- a/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md
+++ b/docs/zh/seatunnel-engine/hybrid-cluster-deployment.md
@@ -261,6 +261,17 @@ map:
            fs.oss.credentials.provider: 
org.apache.hadoop.fs.aliyun.oss.AliyunCredentialsProvider
 ```
 
+注意:使用OSS 时,确保 lib目录下有这几个jar.
+
+```
+aliyun-sdk-oss-3.13.2.jar
+hadoop-aliyun-3.3.6.jar
+jdom2-2.0.6.jar
+netty-buffer-4.1.89.Final.jar 
+netty-common-4.1.89.Final.jar
+seatunnel-hadoop3-3.1.4-uber.jar
+```
+
 ## 6. 配置 SeaTunnel Engine 客户端
 
 所有 SeaTunnel Engine 客户端的配置都在 `hazelcast-client.yaml` 里。
diff --git a/docs/zh/seatunnel-engine/separated-cluster-deployment.md 
b/docs/zh/seatunnel-engine/separated-cluster-deployment.md
index 7647677737..807fb8d28c 100644
--- a/docs/zh/seatunnel-engine/separated-cluster-deployment.md
+++ b/docs/zh/seatunnel-engine/separated-cluster-deployment.md
@@ -275,6 +275,17 @@ map:
         fs.oss.credentials.provider: 
org.apache.hadoop.fs.aliyun.oss.AliyunCredentialsProvider
 ```
 
+注意:使用OSS 时,确保 lib目录下有这几个jar.
+
+```
+aliyun-sdk-oss-3.13.2.jar
+hadoop-aliyun-3.3.6.jar
+jdom2-2.0.6.jar
+netty-buffer-4.1.89.Final.jar 
+netty-common-4.1.89.Final.jar
+seatunnel-hadoop3-3.1.4-uber.jar
+```
+
 ## 5. 配置 SeaTunnel Engine 网络服务
 
 所有 SeaTunnel Engine 网络相关的配置都在 `hazelcast-master.yaml`和`hazelcast-worker.yaml` 
文件中.

Reply via email to