You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2023/04/12 02:47:41 UTC

[incubator-seatunnel-website] branch main updated: add a tips that original binary package is not contain package about hadoop (#207)

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

gaojun2048 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 36ccd06d35 add a tips that original binary package is not contain package about hadoop (#207)
36ccd06d35 is described below

commit 36ccd06d35ac85d5a1f35688a63f99ebe62a2129
Author: cxb <45...@users.noreply.github.com>
AuthorDate: Wed Apr 12 10:47:35 2023 +0800

    add a tips that original binary package is not contain package about hadoop (#207)
    
    Co-authored-by: cxb <ch...@37.com>
---
 .../version-2.3.0/seatunnel-engine/checkpoint-storage.md          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md b/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md
index 31fb4a6ba4..e643759965 100644
--- a/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md
+++ b/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md
@@ -124,3 +124,11 @@ seatunnel:
           fs.defaultFS: /tmp/ # Ensure that the directory has written permission 
 
 ```
+#### Notice
+
+Because of original binary package lack of class file about hadoop, so, if you use `hdfs` as checkpoint type, you need to download following package and put it in the directory `$SEATUNNEL_HOME/lib`. The problem will be fixd in the next version.
+
+```
+https://repo1.maven.org/maven2/org/apache/seatunnel/seatunnel-hadoop3-3.1.4-uber/2.3.0/seatunnel-hadoop3-3.1.4-uber-2.3.0-optional.jar
+```
+