You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/seatunnel-engine/checkpoint-storage.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ seatunnel:
33
33
engine:
34
34
checkpoint:
35
35
storage:
36
-
type: hdfs #plugin name of checkpoint storage, we support hdfs(S3, local, hdfs), localfile (native local file) is the default, but this plugin is de
37
-
# plugin configuration
36
+
type: hdfs #plugin name of checkpoint storage, we support hdfs(S3, local, hdfs), localfile (native local file) is the default, but this plugin is deprecated
37
+
# plugin configuration
38
38
plugin-config:
39
-
namespace: #checkpoint storage parent path, the default value is /seatunnel/checkpoint/
39
+
namespace: #checkpoint storage parent path, the default value is /seatunnel/checkpoint/
40
40
K1: V1# plugin other configuration
41
41
K2: V2# plugin other configuration
42
42
```
@@ -62,6 +62,7 @@ seatunnel:
62
62
type: hdfs
63
63
max-retained: 3
64
64
plugin-config:
65
+
namespace: # checkpoint storage parent path, the default value is /seatunnel/checkpoint/
65
66
storage.type: oss
66
67
oss.bucket: your-bucket
67
68
fs.oss.accessKeyId: your-access-key
@@ -92,6 +93,7 @@ seatunnel:
92
93
type: hdfs
93
94
max-retained: 3
94
95
plugin-config:
96
+
namespace: # checkpoint storage parent path, the default value is /seatunnel/checkpoint/
0 commit comments