File tree 1 file changed +7
-7
lines changed
docs/zh/connector-v2/sink
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Greenplum
2
2
3
- > Greenplum数据接收器
3
+ > Greenplum 数据接收器
4
4
5
5
## 描述
6
6
7
- 使用[ Jdbc连接器] (Jdbc.md)将数据写入Greenplum 。
7
+ 使用[ Jdbc连接器] (Jdbc.md)将数据写入 Greenplum 。
8
8
9
9
## 主要特性
10
10
11
11
- [ ] [ exactly-once] ( ../../concept/connector-v2-features.md )
12
12
13
13
:::提示
14
14
15
- 不支持精确一次语义(Greenplum数据库中尚不支持XA事务 )。
15
+ 不支持精确一次语义(Greenplum数据库中尚不支持 XA transaction )。
16
16
17
17
:::
18
18
19
19
## 选项
20
20
21
21
### driver [ string]
22
22
23
- 可选jdbc驱动程序 :
23
+ 可选 jdbc 驱动程序 :
24
24
- ` org.postgresql.Driver `
25
25
- ` com.pivotal.jdbc.GreenplumDriver `
26
26
27
- 警告:为了符合许可证要求,如果您使用` GreenplumDriver ` ,则必须自己提供GreenplumJDBC驱动程序,例如将Greenplum -xxx.jar复制到独立版的 $SEATUNNEL_HOME/lib 。
27
+ 警告:为了符合许可证要求,如果您使用` GreenplumDriver ` ,则必须自己提供GreenplumJDBC驱动程序,例如复制Greenplum -xxx.jar到独立版的 $SEATUNNEL_HOME/lib中 。
28
28
29
29
### url [ string]
30
30
31
- JDBC连接的URL 。如果您使用postgresql驱动程序,则值为` jdbc:postgresql://${yous_host}:${yous_port}/${yous_database} ` ,或者您使用greenplum驱动程序 ,其值为 ` jdbc:pivotal:greenplum://${yous_host}:${yous_port};DatabaseName=${yous_database} `
31
+ JDBC 连接的URL 。如果您使用postgresql驱动程序,则值为` jdbc:postgresql://${yous_host}:${yous_port}/${yous_database} ` ,或者您使用greenplum 驱动程序 ,其值为 ` jdbc:pivotal:greenplum://${yous_host}:${yous_port};DatabaseName=${yous_database} `
32
32
33
33
### common 选项
34
34
@@ -38,5 +38,5 @@ Sink插件常用参数,请参考[Sink common Options](../sink-common-options
38
38
39
39
### 2.2.0-beta 2022-09-26
40
40
41
- - 添加Greenplum写入连接器
41
+ - 添加 Greenplum 写入连接器
42
42
You can’t perform that action at this time.
0 commit comments