Skip to content

Commit 37b620a

Browse files
authored
[Chore] Remove unused alert.rpc.port in common.properties (#16957)
1 parent b6b0461 commit 37b620a

File tree

9 files changed

+0
-46
lines changed

9 files changed

+0
-46
lines changed

deploy/kubernetes/dolphinscheduler/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
122122
| common.sharedStoragePersistence.storage | string | `"20Gi"` | `PersistentVolumeClaim` size |
123123
| common.sharedStoragePersistence.storageClassName | string | `"-"` | Shared Storage persistent volume storage class, must support the access mode: ReadWriteMany |
124124
| conf.auto | bool | `false` | auto restart, if true, all components will be restarted automatically after the common configuration is updated. if false, you need to restart the components manually. default is false |
125-
| conf.common."alert.rpc.port" | int | `50052` | rpc port |
126125
| conf.common."appId.collect" | string | `"log"` | way to collect applicationId: log, aop |
127126
| conf.common."aws.credentials.provider.type" | string | `"AWSStaticCredentialsProvider"` | |
128127
| conf.common."aws.s3.access.key.id" | string | `"minioadmin"` | The AWS access key. if resource.storage.type=S3, and credentials.provider.type is AWSStaticCredentialsProvider. This configuration is required |

deploy/kubernetes/dolphinscheduler/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,6 @@ conf:
345345
# -- development state
346346
development.state: false
347347

348-
# -- rpc port
349-
alert.rpc.port: 50052
350-
351348
# -- set path of conda.sh
352349
conda.path: /opt/anaconda3/etc/profile.d/conda.sh
353350

docs/docs/en/architecture/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ The default configuration is as follows:
226226
| datasource.encryption.salt | !@#$%^&* | the salt of the datasource encryption |
227227
| support.hive.oneSession | false | specify whether hive SQL is executed in the same session |
228228
| sudo.enable | true | whether to enable sudo |
229-
| alert.rpc.port | 50052 | the RPC port of Alert Server |
230229
| zeppelin.rest.url | http://localhost:8080 | the RESTful API url of zeppelin |
231230
| appId.collect | log | way to collect applicationId, if use aop, alter the configuration from log to aop, annotation of applicationId auto collection related configuration in `bin/env/dolphinscheduler_env.sh` should be removed. Note: Aop way doesn't support submitting yarn job on remote host by client mode like Beeline, and will failure if override applicationId collection-related environment configuration in dolphinscheduler_env.sh, and . |
232231

docs/docs/zh/architecture/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn/applicationId
226226
| datasource.encryption.salt | !@#$%^&* | datasource加密使用的salt |
227227
| support.hive.oneSession | false | 设置hive SQL是否在同一个session中执行 |
228228
| sudo.enable | true | 是否开启sudo |
229-
| alert.rpc.port | 50052 | Alert Server的RPC端口 |
230229
| zeppelin.rest.url | http://localhost:8080 | zeppelin RESTful API 接口地址 |
231230
| appId.collect | log | 收集applicationId方式, 如果用aop方法,将配置log替换为aop,并将`bin/env/dolphinscheduler_env.sh`自动收集applicationId相关环境变量配置的注释取消掉,注意:aop不支持远程主机提交yarn作业的方式比如Beeline客户端提交,且如果用户环境覆盖了dolphinscheduler_env.sh收集applicationId相关环境变量配置,aop方法会失效 |
232231

dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/resources/docker/file-manage/common.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ datasource.encryption.enable=false
8484
# datasource encryption salt
8585
datasource.encryption.salt=!@#$%^&*
8686

87-
# Network IP gets priority, default inner outer
88-
8987
# Whether hive SQL is executed in the same session
9088
support.hive.oneSession=false
9189

@@ -98,15 +96,9 @@ sudo.enable=true
9896
# network IP gets priority, default: inner outer
9997
#dolphin.scheduler.network.priority.strategy=default
10098

101-
# system env path
102-
#dolphinscheduler.env.path=dolphinscheduler_env.sh
103-
10499
# development state
105100
development.state=false
106101

107-
# rpc port
108-
alert.rpc.port=50052
109-
110102
# set path of conda.sh
111103
conda.path=/opt/anaconda3/etc/profile.d/conda.sh
112104

dolphinscheduler-common/src/main/resources/common.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ datasource.encryption.enable=false
6666
# datasource encryption salt
6767
datasource.encryption.salt=!@#$%^&*
6868

69-
# Network IP gets priority, default inner outer
70-
7169
# Whether hive SQL is executed in the same session
7270
support.hive.oneSession=false
7371

@@ -83,15 +81,9 @@ dolphin.scheduler.network.interface.restrict=docker0
8381
# network IP gets priority, default: inner outer
8482
#dolphin.scheduler.network.priority.strategy=default
8583

86-
# system env path
87-
#dolphinscheduler.env.path=dolphinscheduler_env.sh
88-
8984
# development state
9085
development.state=false
9186

92-
# rpc port
93-
alert.rpc.port=50052
94-
9587
# set path of conda.sh
9688
conda.path=/opt/anaconda3/etc/profile.d/conda.sh
9789

dolphinscheduler-common/src/test/resources/common.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ datasource.encryption.enable=false
130130
# datasource encryption salt
131131
datasource.encryption.salt=!@#$%^&*
132132

133-
# Network IP gets priority, default inner outer
134-
135133
# Whether hive SQL is executed in the same session
136134
support.hive.oneSession=false
137135

@@ -147,15 +145,9 @@ dolphin.scheduler.network.interface.restrict=docker0
147145
# network IP gets priority, default: inner outer
148146
#dolphin.scheduler.network.priority.strategy=default
149147

150-
# system env path
151-
#dolphinscheduler.env.path=dolphinscheduler_env.sh
152-
153148
# development state
154149
development.state=false
155150

156-
# rpc port
157-
alert.rpc.port=50052
158-
159151
# set path of conda.sh
160152
conda.path=/opt/anaconda3/etc/profile.d/conda.sh
161153

dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/common.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ datasource.encryption.enable=false
8484
# datasource encryption salt
8585
datasource.encryption.salt=!@#$%^&*
8686

87-
# Network IP gets priority, default inner outer
88-
8987
# Whether hive SQL is executed in the same session
9088
support.hive.oneSession=false
9189

@@ -98,15 +96,9 @@ sudo.enable=true
9896
# network IP gets priority, default: inner outer
9997
#dolphin.scheduler.network.priority.strategy=default
10098

101-
# system env path
102-
#dolphinscheduler.env.path=dolphinscheduler_env.sh
103-
10499
# development state
105100
development.state=false
106101

107-
# rpc port
108-
alert.rpc.port=50052
109-
110102
# set path of conda.sh
111103
conda.path=/opt/anaconda3/etc/profile.d/conda.sh
112104

dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/test/resources/common.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ datasource.encryption.enable=false
7373
# datasource encryption salt
7474
datasource.encryption.salt=!@#$%^&*
7575

76-
# Network IP gets priority, default inner outer
77-
7876
# Whether hive SQL is executed in the same session
7977
support.hive.oneSession=false
8078

@@ -87,15 +85,9 @@ sudo.enable=true
8785
# network IP gets priority, default: inner outer
8886
#dolphin.scheduler.network.priority.strategy=default
8987

90-
# system env path
91-
#dolphinscheduler.env.path=dolphinscheduler_env.sh
92-
9388
# development state
9489
development.state=false
9590

96-
# rpc port
97-
alert.rpc.port=50052
98-
9991
# set path of conda.sh
10092
conda.path=/opt/anaconda3/etc/profile.d/conda.sh
10193

0 commit comments

Comments
 (0)