Skip to content

Commit

Permalink
[Document-3281][web]JobManager HA address example misses port number (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pangliang authored Mar 13, 2024
1 parent e6d1888 commit 82271eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dinky-web/src/locales/en-US/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ export default {
'rc.ci.jma': 'JobManager Address',
'rc.ci.jmha': 'JobManager HA Address',
'rc.ci.jmha.tips':
'Add the RestApi address of the JobManager of the Flink cluster. In HA mode, the addresses are separated by commas, for example',
'Add the RestApi address of the JobManager of the Flink cluster. In HA mode, the addresses are separated by commas, for example: 192.168.123.101:8081',
'rc.ci.jmha.validate.port': 'Does not meet the rules! Port number range [0-65535]',
'rc.ci.jmha.validate.slash': 'Does not comply with the rules! Cannot contain /',
'rc.ci.jmhaPlaceholder': 'Please enter the JobManager HA address!',
Expand Down
2 changes: 1 addition & 1 deletion dinky-web/src/locales/zh-CN/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ export default {
'rc.ci.jma': 'JobManager 地址',
'rc.ci.jmha': 'JobManager 高可用地址',
'rc.ci.jmha.tips':
'添加 Flink 集群的 JobManager 的 RestApi 地址。当 HA 模式时,地址间用英文逗号分隔,例如:192.168.123.101',
'添加 Flink 集群的 JobManager 的 RestApi 地址。当 HA 模式时,地址间用英文逗号分隔,例如:192.168.123.101:8081',
'rc.ci.jmha.validate.port': '不符合规则! 端口号区间[0-65535]',
'rc.ci.jmha.validate.slash': '不符合规则! 不能包含/',
'rc.ci.jmhaPlaceholder': '请输入 JobManager HA 地址!',
Expand Down
14 changes: 7 additions & 7 deletions docs/docs/user_guide/register_center/cluster_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ title: 集群

### 参数解读

| 参数 | 说明 | 是否必填 | 默认值 | 示例值 |
|-----------------|-----------------------------------------------------------------------------|:----:|:-----:|:-------------:|
| 集群名称 | 集群名称, 用于区分不同集群 ||| flink-session |
| 集群别名 | 集群别名, 用于区分不同集群, 如不填默认同集群名称 || 同集群名称 | flink-session |
| 集群类型 | 集群类型, 目前支持 Local, Standalone, Yarn Session, Kubernetes Session ||| Standalone |
| JobManager 高可用地址 | 添加 Flink 集群的 JobManager 的 RestApi 地址。当 HA 模式时,地址间用英文逗号分隔,例如:192.168.123.101 |||
| 备注 | 备注, 用于备注集群信息 ||| flink-session |
| 参数 | 说明 | 是否必填 | 默认值 | 示例值 |
|-----------------|------------------------------------------------------------------------------------|:----:|:-----:|:-------------:|
| 集群名称 | 集群名称, 用于区分不同集群 ||| flink-session |
| 集群别名 | 集群别名, 用于区分不同集群, 如不填默认同集群名称 || 同集群名称 | flink-session |
| 集群类型 | 集群类型, 目前支持 Local, Standalone, Yarn Session, Kubernetes Session ||| Standalone |
| JobManager 高可用地址 | 添加 Flink 集群的 JobManager 的 RestApi 地址。当 HA 模式时,地址间用英文逗号分隔,例如:192.168.123.101:8081 |||
| 备注 | 备注, 用于备注集群信息 ||| flink-session |

## 集群配置

Expand Down

0 comments on commit 82271eb

Please sign in to comment.