Browse Source

fix word spell error (#15716)

dev_wenjun_refactorMaster
ZhongJinHacker 2 months ago committed by GitHub
parent
commit
4a08316294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md
  2. 4
      dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
  3. 2
      dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md

2
dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md

@ -4,7 +4,7 @@ This module is the etcd registry plugin module, this plugin will use etcd as the
# How to use # How to use
If you want to set the registry center as etcd, you need to set the registry properties in master/worker/api's appplication.yml If you want to set the registry center as etcd, you need to set the registry properties in master/worker/api's application.yml
```yaml ```yaml
registry: registry:

4
dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md

@ -12,7 +12,7 @@ This module is the jdbc registry plugin module, this plugin will use jdbc as the
2. Change the config 2. Change the config
You need to set the registry properties in master/worker/api's appplication.yml You need to set the registry properties in master/worker/api's application.yml
```yaml ```yaml
registry: registry:
@ -39,7 +39,7 @@ registry:
## Use different database configuration for jdbc registry center ## Use different database configuration for jdbc registry center
You need to set the registry properties in master/worker/api's appplication.yml You need to set the registry properties in master/worker/api's application.yml
### Use Mysql as registry center ### Use Mysql as registry center

2
dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/README.md

@ -4,7 +4,7 @@ This module is the zookeeper registry plugin module, this plugin will use zookee
# How to use # How to use
If you want to set the registry center as zookeeper,you need to set the registry properties in master/worker/api's appplication.yml If you want to set the registry center as zookeeper,you need to set the registry properties in master/worker/api's application.yml
```yaml ```yaml
registry: registry:

Loading…
Cancel
Save