Skip to content

Commit

Permalink
update paimon.apache.org deadlink (apache#7504)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuYouJ authored Aug 27, 2024
1 parent 647d2d9 commit c6f627f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/sink/Paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libfb303-xxx.jar
| data_save_mode | Enum | No | APPEND_DATA | The data save mode |
| paimon.table.primary-keys | String | No | - | Default comma-separated list of columns (primary key) that identify a row in tables.(Notice: The partition field needs to be included in the primary key fields) |
| paimon.table.partition-keys | String | No | - | Default comma-separated list of partition fields to use when creating tables. |
| paimon.table.write-props | Map | No | - | Properties passed through to paimon table initialization, [reference](https://paimon.apache.org/docs/0.8/maintenance/configurations/#coreoptions). |
| paimon.table.write-props | Map | No | - | Properties passed through to paimon table initialization, [reference](https://paimon.apache.org/docs/master/maintenance/configurations/#coreoptions). |
| paimon.hadoop.conf | Map | No | - | Properties in hadoop conf |
| paimon.hadoop.conf-path | String | No | - | The specified loading path for the 'core-site.xml', 'hdfs-site.xml', 'hive-site.xml' files |

Expand Down
31 changes: 16 additions & 15 deletions docs/zh/connector-v2/sink/Paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,22 @@ libfb303-xxx.jar

## 连接器选项

| 名称 | 类型 | 是否必须 | 默认值 | 描述 |
|-----------------------------|-----|------|------------------------------|---------------------------------------------------------------------------------------------------|---|
| warehouse | 字符串 || - | Paimon warehouse路径 |
| catalog_type | 字符串 || filesystem | Paimon的catalog类型,目前支持filesystem和hive |
| catalog_uri | 字符串 || - | Paimon catalog的uri,仅当catalog_type为hive时需要配置 | |
| database | 字符串 || - | 数据库名称 |
| table | 字符串 || - | 表名 |
| hdfs_site_path | 字符串 || - | hdfs-site.xml文件路径 |
| schema_save_mode | 枚举 || CREATE_SCHEMA_WHEN_NOT_EXIST | Schema保存模式 |
| data_save_mode | 枚举 || APPEND_DATA | 数据保存模式 |
| paimon.table.primary-keys | 字符串 || - | 主键字段列表,联合主键使用逗号分隔(注意:分区字段需要包含在主键字段中) |
| paimon.table.partition-keys | 字符串 || - | 分区字段列表,多字段使用逗号分隔 |
| paimon.table.write-props | Map || - | Paimon表初始化指定的属性, [参考](https://paimon.apache.org/docs/0.8/maintenance/configurations/#coreoptions) |
| paimon.hadoop.conf | Map || - | Hadoop配置文件属性信息 |
| paimon.hadoop.conf-path | 字符串 || - | Hadoop配置文件目录,用于加载'core-site.xml', 'hdfs-site.xml', 'hive-site.xml'文件配置 |
| 名称 | 类型 | 是否必须 | 默认值 | 描述 |
|-----------------------------|-------|----------|------------------------------|------------------------------------------------------------------------------------------------------|
| warehouse | 字符串 || - | Paimon warehouse路径 |
| catalog_type | 字符串 || filesystem | Paimon的catalog类型,目前支持filesystem和hive |
| catalog_uri | 字符串 || - | Paimon catalog的uri,仅当catalog_type为hive时需要配置 |
| database | 字符串 || - | 数据库名称 |
| table | 字符串 || - | 表名 |
| hdfs_site_path | 字符串 || - | hdfs-site.xml文件路径 |
| schema_save_mode | 枚举 || CREATE_SCHEMA_WHEN_NOT_EXIST | Schema保存模式 |
| data_save_mode | 枚举 || APPEND_DATA | 数据保存模式 |
| paimon.table.primary-keys | 字符串 || - | 主键字段列表,联合主键使用逗号分隔(注意:分区字段需要包含在主键字段中) |
| paimon.table.partition-keys | 字符串 || - | 分区字段列表,多字段使用逗号分隔 |
| paimon.table.write-props | Map || - | Paimon表初始化指定的属性, [参考](https://paimon.apache.org/docs/master/maintenance/configurations/#coreoptions) |
| paimon.hadoop.conf | Map || - | Hadoop配置文件属性信息 |
| paimon.hadoop.conf-path | 字符串 || - | Hadoop配置文件目录,用于加载'core-site.xml', 'hdfs-site.xml', 'hive-site.xml'文件配置 |


## 示例

Expand Down

0 comments on commit c6f627f

Please sign in to comment.