This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a0ae632 Automated deployment: e0376105d778f2527aca42cbd53a69253c1d8766
a0ae632 is described below
commit a0ae6320bc02f39237ebe99dfe0c50d98c5a696d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 9 12:17:42 2022 +0000
Automated deployment: e0376105d778f2527aca42cbd53a69253c1d8766
---
.../2.0.0/user_doc/architecture/configuration.html | 51 +++++++++++----------
.../2.0.0/user_doc/architecture/configuration.json | 2 +-
.../2.0.1/user_doc/architecture/configuration.html | 51 +++++++++++----------
.../2.0.1/user_doc/architecture/configuration.json | 2 +-
.../2.0.2/user_doc/architecture/configuration.html | 51 +++++++++++----------
.../2.0.2/user_doc/architecture/configuration.json | 2 +-
.../user_doc/architecture/configuration.html | 51 +++++++++++----------
.../user_doc/architecture/configuration.json | 2 +-
.../2.0.0/user_doc/architecture/configuration.html | 53 ++++++++++++----------
.../2.0.0/user_doc/architecture/configuration.json | 2 +-
.../2.0.1/user_doc/architecture/configuration.html | 53 ++++++++++++----------
.../2.0.1/user_doc/architecture/configuration.json | 2 +-
.../2.0.2/user_doc/architecture/configuration.html | 53 ++++++++++++----------
.../2.0.2/user_doc/architecture/configuration.json | 2 +-
.../user_doc/architecture/configuration.html | 53 ++++++++++++----------
.../user_doc/architecture/configuration.json | 2 +-
16 files changed, 236 insertions(+), 196 deletions(-)
diff --git a/en-us/docs/2.0.0/user_doc/architecture/configuration.html
b/en-us/docs/2.0.0/user_doc/architecture/configuration.html
index f3281bd..396db32 100644
--- a/en-us/docs/2.0.0/user_doc/architecture/configuration.html
+++ b/en-us/docs/2.0.0/user_doc/architecture/configuration.html
@@ -24,7 +24,7 @@
├─conf configurations directory
│ ├─application-api.properties API-service config properties
│ ├─datasource.properties datasource config properties
-│ ├─zookeeper.properties zookeeper config properties
+│ ├─registry.properties registry config properties
│ ├─master.properties master config properties
│ ├─worker.properties worker config properties
│ ├─quartz.properties quartz config properties
@@ -80,8 +80,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper config properties</td>
-<td>zookeeper.properties</td>
+<td>registry config properties</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -263,7 +263,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper config properties]</h2>
+<h2>3.registry.properties [registry config properties, default is
zookeeper]</h2>
<table>
<thead>
<tr>
@@ -274,39 +274,44 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>plugin name</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zookeeper cluster connection info</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS is stored under zookeeper root directory</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS is stored under zookeeper root directory(Start without /)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session timeout</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>connection timeout</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>maximum time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>time to wait between subsequent retries</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>maximum retry times</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>maximum time to wait between subsequent retries</td>
+<td>session timeout</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>maximum retry times</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>connection timeout</td>
</tr>
</tbody>
</table>
@@ -811,7 +816,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</ul>
<blockquote>
<p>System will load configs in the install_config.conf and auto-configure
files below, based on the file content when executing '<a
href="http://install.sh">install.sh</a>'.
-Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
+Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
</blockquote>
<ul>
<li>2.Startup/shutdown DS cluster</li>
diff --git a/en-us/docs/2.0.0/user_doc/architecture/configuration.json
b/en-us/docs/2.0.0/user_doc/architecture/configuration.json
index 96f2f72..5211f74 100644
--- a/en-us/docs/2.0.0/user_doc/architecture/configuration.json
+++ b/en-us/docs/2.0.0/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
"link": "/dist/en-us/docs/2.0.0/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/2.0.1/user_doc/architecture/configuration.html
b/en-us/docs/2.0.1/user_doc/architecture/configuration.html
index 9cf68fe..e778df2 100644
--- a/en-us/docs/2.0.1/user_doc/architecture/configuration.html
+++ b/en-us/docs/2.0.1/user_doc/architecture/configuration.html
@@ -24,7 +24,7 @@
├─conf configurations directory
│ ├─application-api.properties API-service config properties
│ ├─datasource.properties datasource config properties
-│ ├─zookeeper.properties zookeeper config properties
+│ ├─registry.properties registry config properties
│ ├─master.properties master config properties
│ ├─worker.properties worker config properties
│ ├─quartz.properties quartz config properties
@@ -80,8 +80,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper config properties</td>
-<td>zookeeper.properties</td>
+<td>registry config properties</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -263,7 +263,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper config properties]</h2>
+<h2>3.registry.properties [registry config properties, default is
zookeeper]</h2>
<table>
<thead>
<tr>
@@ -274,39 +274,44 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>plugin name</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zookeeper cluster connection info</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS is stored under zookeeper root directory</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS is stored under zookeeper root directory(Start without /)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session timeout</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>connection timeout</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>maximum time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>time to wait between subsequent retries</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>maximum retry times</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>maximum time to wait between subsequent retries</td>
+<td>session timeout</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>maximum retry times</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>connection timeout</td>
</tr>
</tbody>
</table>
@@ -811,7 +816,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</ul>
<blockquote>
<p>System will load configs in the install_config.conf and auto-configure
files below, based on the file content when executing '<a
href="http://install.sh">install.sh</a>'.
-Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
+Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
</blockquote>
<ul>
<li>2.Startup/shutdown DS cluster</li>
diff --git a/en-us/docs/2.0.1/user_doc/architecture/configuration.json
b/en-us/docs/2.0.1/user_doc/architecture/configuration.json
index db97a00..2433470 100644
--- a/en-us/docs/2.0.1/user_doc/architecture/configuration.json
+++ b/en-us/docs/2.0.1/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
"link": "/dist/en-us/docs/2.0.1/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/2.0.2/user_doc/architecture/configuration.html
b/en-us/docs/2.0.2/user_doc/architecture/configuration.html
index 682a88e..e4f81cb 100644
--- a/en-us/docs/2.0.2/user_doc/architecture/configuration.html
+++ b/en-us/docs/2.0.2/user_doc/architecture/configuration.html
@@ -24,7 +24,7 @@
├─conf configurations directory
│ ├─application-api.properties API-service config properties
│ ├─datasource.properties datasource config properties
-│ ├─zookeeper.properties zookeeper config properties
+│ ├─registry.properties registry config properties
│ ├─master.properties master config properties
│ ├─worker.properties worker config properties
│ ├─quartz.properties quartz config properties
@@ -80,8 +80,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper config properties</td>
-<td>zookeeper.properties</td>
+<td>registry config properties</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -263,7 +263,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper config properties]</h2>
+<h2>3.registry.properties [registry config properties, default is
zookeeper]</h2>
<table>
<thead>
<tr>
@@ -274,39 +274,44 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>plugin name</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zookeeper cluster connection info</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS is stored under zookeeper root directory</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS is stored under zookeeper root directory(Start without /)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session timeout</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>connection timeout</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>maximum time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>time to wait between subsequent retries</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>maximum retry times</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>maximum time to wait between subsequent retries</td>
+<td>session timeout</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>maximum retry times</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>connection timeout</td>
</tr>
</tbody>
</table>
@@ -811,7 +816,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</ul>
<blockquote>
<p>System will load configs in the install_config.conf and auto-configure
files below, based on the file content when executing '<a
href="http://install.sh">install.sh</a>'.
-Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
+Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
</blockquote>
<ul>
<li>2.Startup/shutdown DS cluster</li>
diff --git a/en-us/docs/2.0.2/user_doc/architecture/configuration.json
b/en-us/docs/2.0.2/user_doc/architecture/configuration.json
index 57e9a02..fd01634 100644
--- a/en-us/docs/2.0.2/user_doc/architecture/configuration.json
+++ b/en-us/docs/2.0.2/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
"link": "/dist/en-us/docs/2.0.2/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/architecture/configuration.html
b/en-us/docs/latest/user_doc/architecture/configuration.html
index 682a88e..e4f81cb 100644
--- a/en-us/docs/latest/user_doc/architecture/configuration.html
+++ b/en-us/docs/latest/user_doc/architecture/configuration.html
@@ -24,7 +24,7 @@
├─conf configurations directory
│ ├─application-api.properties API-service config properties
│ ├─datasource.properties datasource config properties
-│ ├─zookeeper.properties zookeeper config properties
+│ ├─registry.properties registry config properties
│ ├─master.properties master config properties
│ ├─worker.properties worker config properties
│ ├─quartz.properties quartz config properties
@@ -80,8 +80,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper config properties</td>
-<td>zookeeper.properties</td>
+<td>registry config properties</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -263,7 +263,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper config properties]</h2>
+<h2>3.registry.properties [registry config properties, default is
zookeeper]</h2>
<table>
<thead>
<tr>
@@ -274,39 +274,44 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>plugin name</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zookeeper cluster connection info</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS is stored under zookeeper root directory</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS is stored under zookeeper root directory(Start without /)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session timeout</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>connection timeout</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>maximum time to wait between subsequent retries</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>time to wait between subsequent retries</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>maximum retry times</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>maximum time to wait between subsequent retries</td>
+<td>session timeout</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>maximum retry times</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>connection timeout</td>
</tr>
</tbody>
</table>
@@ -811,7 +816,7 @@ Currently, DS just makes a basic config, please config
further JVM options bas
</ul>
<blockquote>
<p>System will load configs in the install_config.conf and auto-configure
files below, based on the file content when executing '<a
href="http://install.sh">install.sh</a>'.
-Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
+Files such as <a
href="http://dolphinscheduler-daemon.sh">dolphinscheduler-daemon.sh</a>、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
and etc.</p>
</blockquote>
<ul>
<li>2.Startup/shutdown DS cluster</li>
diff --git a/en-us/docs/latest/user_doc/architecture/configuration.json
b/en-us/docs/latest/user_doc/architecture/configuration.json
index 57e9a02..fd01634 100644
--- a/en-us/docs/latest/user_doc/architecture/configuration.json
+++ b/en-us/docs/latest/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
+ "__html": "<!-- markdown-link-check-disable -->\n<h1>Preface</h1>\n<p>This
document explains the DolphinScheduler application configurations according to
DolphinScheduler-1.3.x versions.</p>\n<h1>Directory
Structure</h1>\n<p>Currently, all the configuration files are under [conf ]
directory. Please check the following simplified DolphinScheduler installation
directories to have a direct view about the position [conf] directory in and
configuration files inside. This document only descr [...]
"link": "/dist/en-us/docs/2.0.2/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.0/user_doc/architecture/configuration.html
b/zh-cn/docs/2.0.0/user_doc/architecture/configuration.html
index e8527ff..74de20f 100644
--- a/zh-cn/docs/2.0.0/user_doc/architecture/configuration.html
+++ b/zh-cn/docs/2.0.0/user_doc/architecture/configuration.html
@@ -26,7 +26,7 @@
├─conf 配置文件目录
│ ├─application-api.properties api服务配置文件
│ ├─datasource.properties 数据库配置文件
-│ ├─zookeeper.properties zookeeper配置文件
+│ ├─registry.properties registry配置文件
│ ├─master.properties master服务配置文件
│ ├─worker.properties worker服务配置文件
│ ├─quartz.properties quartz服务配置文件
@@ -82,8 +82,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper连接配置</td>
-<td>zookeeper.properties</td>
+<td>registry连接配置</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -265,7 +265,7 @@
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper连接配置]</h2>
+<h2>3.registry.properties [registry连接配置,默认使用zookeeper]</h2>
<table>
<thead>
<tr>
@@ -276,39 +276,44 @@
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>插件名称</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zk集群连接信息</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS在zookeeper存储根目录</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS在zookeeper存储根目录(开头不带/)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session 超时</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>基本重试时间差</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>连接超时</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>最大重试时间</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>基本重试时间差</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>最大重试次数</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>最大重试时间</td>
+<td>session 超时时间</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>最大重试次数</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>连接超时时间</td>
</tr>
</tbody>
</table>
@@ -813,7 +818,7 @@
</ul>
<blockquote>
<p>调用install.sh脚本会自动加载该文件中的配置.并根据该文件中的内容自动配置上述的配置文件中的内容.
-比如:dolphinscheduler-daemon.sh、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
+比如:dolphinscheduler-daemon.sh、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
</blockquote>
<ul>
<li>2.DS集群的启动&关闭.</li>
@@ -842,7 +847,7 @@ username=<span class="hljs-string">"xx"</span>
<span class="hljs-comment"># 数据库 密码</span>
password=<span class="hljs-string">"xx"</span>
-<span class="hljs-comment"># Zookeeper地址</span>
+<span class="hljs-comment"># zookeeper地址</span>
zkQuorum=<span
class="hljs-string">"192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"</span>
<span class="hljs-comment"># 将DS安装到哪个目录,如: /data1_1T/dolphinscheduler,</span>
diff --git a/zh-cn/docs/2.0.0/user_doc/architecture/configuration.json
b/zh-cn/docs/2.0.0/user_doc/architecture/configuration.json
index 77c2b5b..c455dcb 100644
--- a/zh-cn/docs/2.0.0/user_doc/architecture/configuration.json
+++ b/zh-cn/docs/2.0.0/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
+ "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
"link": "/dist/zh-cn/docs/2.0.0/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.1/user_doc/architecture/configuration.html
b/zh-cn/docs/2.0.1/user_doc/architecture/configuration.html
index d8f9f74..db944a9 100644
--- a/zh-cn/docs/2.0.1/user_doc/architecture/configuration.html
+++ b/zh-cn/docs/2.0.1/user_doc/architecture/configuration.html
@@ -26,7 +26,7 @@
├─conf 配置文件目录
│ ├─application-api.properties api服务配置文件
│ ├─datasource.properties 数据库配置文件
-│ ├─zookeeper.properties zookeeper配置文件
+│ ├─registry.properties registry配置文件
│ ├─master.properties master服务配置文件
│ ├─worker.properties worker服务配置文件
│ ├─quartz.properties quartz服务配置文件
@@ -82,8 +82,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper连接配置</td>
-<td>zookeeper.properties</td>
+<td>registry连接配置</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -265,7 +265,7 @@
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper连接配置]</h2>
+<h2>3.registry.properties [registry连接配置,默认使用zookeeper]</h2>
<table>
<thead>
<tr>
@@ -276,39 +276,44 @@
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>插件名称</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zk集群连接信息</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS在zookeeper存储根目录</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS在zookeeper存储根目录(开头不带/)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session 超时</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>基本重试时间差</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>连接超时</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>最大重试时间</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>基本重试时间差</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>最大重试次数</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>最大重试时间</td>
+<td>session 超时时间</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>最大重试次数</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>连接超时时间</td>
</tr>
</tbody>
</table>
@@ -813,7 +818,7 @@
</ul>
<blockquote>
<p>调用install.sh脚本会自动加载该文件中的配置.并根据该文件中的内容自动配置上述的配置文件中的内容.
-比如:dolphinscheduler-daemon.sh、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
+比如:dolphinscheduler-daemon.sh、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
</blockquote>
<ul>
<li>2.DS集群的启动&关闭.</li>
@@ -842,7 +847,7 @@ username=<span class="hljs-string">"xx"</span>
<span class="hljs-comment"># 数据库 密码</span>
password=<span class="hljs-string">"xx"</span>
-<span class="hljs-comment"># Zookeeper地址</span>
+<span class="hljs-comment"># zookeeper地址</span>
zkQuorum=<span
class="hljs-string">"192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"</span>
<span class="hljs-comment"># 将DS安装到哪个目录,如: /data1_1T/dolphinscheduler,</span>
diff --git a/zh-cn/docs/2.0.1/user_doc/architecture/configuration.json
b/zh-cn/docs/2.0.1/user_doc/architecture/configuration.json
index 92ac12e..a09624d 100644
--- a/zh-cn/docs/2.0.1/user_doc/architecture/configuration.json
+++ b/zh-cn/docs/2.0.1/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
+ "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
"link": "/dist/zh-cn/docs/2.0.1/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.2/user_doc/architecture/configuration.html
b/zh-cn/docs/2.0.2/user_doc/architecture/configuration.html
index 1913fad..4c0d0ad 100644
--- a/zh-cn/docs/2.0.2/user_doc/architecture/configuration.html
+++ b/zh-cn/docs/2.0.2/user_doc/architecture/configuration.html
@@ -26,7 +26,7 @@
├─conf 配置文件目录
│ ├─application-api.properties api服务配置文件
│ ├─datasource.properties 数据库配置文件
-│ ├─zookeeper.properties zookeeper配置文件
+│ ├─registry.properties registry配置文件
│ ├─master.properties master服务配置文件
│ ├─worker.properties worker服务配置文件
│ ├─quartz.properties quartz服务配置文件
@@ -82,8 +82,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper连接配置</td>
-<td>zookeeper.properties</td>
+<td>registry连接配置</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -265,7 +265,7 @@
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper连接配置]</h2>
+<h2>3.registry.properties [registry连接配置,默认使用zookeeper]</h2>
<table>
<thead>
<tr>
@@ -276,39 +276,44 @@
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>插件名称</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zk集群连接信息</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS在zookeeper存储根目录</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS在zookeeper存储根目录(开头不带/)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session 超时</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>基本重试时间差</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>连接超时</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>最大重试时间</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>基本重试时间差</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>最大重试次数</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>最大重试时间</td>
+<td>session 超时时间</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>最大重试次数</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>连接超时时间</td>
</tr>
</tbody>
</table>
@@ -813,7 +818,7 @@
</ul>
<blockquote>
<p>调用install.sh脚本会自动加载该文件中的配置.并根据该文件中的内容自动配置上述的配置文件中的内容.
-比如:dolphinscheduler-daemon.sh、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
+比如:dolphinscheduler-daemon.sh、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
</blockquote>
<ul>
<li>2.DS集群的启动&关闭.</li>
@@ -842,7 +847,7 @@ username=<span class="hljs-string">"xx"</span>
<span class="hljs-comment"># 数据库 密码</span>
password=<span class="hljs-string">"xx"</span>
-<span class="hljs-comment"># Zookeeper地址</span>
+<span class="hljs-comment"># zookeeper地址</span>
zkQuorum=<span
class="hljs-string">"192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"</span>
<span class="hljs-comment"># 将DS安装到哪个目录,如: /data1_1T/dolphinscheduler,</span>
diff --git a/zh-cn/docs/2.0.2/user_doc/architecture/configuration.json
b/zh-cn/docs/2.0.2/user_doc/architecture/configuration.json
index 549bfc7..728959f 100644
--- a/zh-cn/docs/2.0.2/user_doc/architecture/configuration.json
+++ b/zh-cn/docs/2.0.2/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
+ "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
"link": "/dist/zh-cn/docs/2.0.2/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/architecture/configuration.html
b/zh-cn/docs/latest/user_doc/architecture/configuration.html
index 1913fad..4c0d0ad 100644
--- a/zh-cn/docs/latest/user_doc/architecture/configuration.html
+++ b/zh-cn/docs/latest/user_doc/architecture/configuration.html
@@ -26,7 +26,7 @@
├─conf 配置文件目录
│ ├─application-api.properties api服务配置文件
│ ├─datasource.properties 数据库配置文件
-│ ├─zookeeper.properties zookeeper配置文件
+│ ├─registry.properties registry配置文件
│ ├─master.properties master服务配置文件
│ ├─worker.properties worker服务配置文件
│ ├─quartz.properties quartz服务配置文件
@@ -82,8 +82,8 @@
</tr>
<tr>
<td>3</td>
-<td>zookeeper连接配置</td>
-<td>zookeeper.properties</td>
+<td>registry连接配置</td>
+<td>registry.properties</td>
</tr>
<tr>
<td>4</td>
@@ -265,7 +265,7 @@
</tr>
</tbody>
</table>
-<h2>3.zookeeper.properties [zookeeper连接配置]</h2>
+<h2>3.registry.properties [registry连接配置,默认使用zookeeper]</h2>
<table>
<thead>
<tr>
@@ -276,39 +276,44 @@
</thead>
<tbody>
<tr>
-<td>zookeeper.quorum</td>
+<td><a href="http://registry.plugin.name">registry.plugin.name</a></td>
+<td>zookeeper</td>
+<td>插件名称</td>
+</tr>
+<tr>
+<td>registry.servers</td>
<td>localhost:2181</td>
<td>zk集群连接信息</td>
</tr>
<tr>
-<td>zookeeper.dolphinscheduler.root</td>
-<td>/dolphinscheduler</td>
-<td>DS在zookeeper存储根目录</td>
+<td>registry.namespace</td>
+<td>dolphinscheduler</td>
+<td>DS在zookeeper存储根目录(开头不带/)</td>
</tr>
<tr>
-<td>zookeeper.session.timeout</td>
-<td>60000</td>
-<td>session 超时</td>
+<td><a
href="http://registry.base.sleep.time.ms">registry.base.sleep.time.ms</a></td>
+<td>60</td>
+<td>基本重试时间差</td>
</tr>
<tr>
-<td>zookeeper.connection.timeout</td>
-<td>30000</td>
-<td>连接超时</td>
+<td><a href="http://registry.max.sleep.ms">registry.max.sleep.ms</a></td>
+<td>300</td>
+<td>最大重试时间</td>
</tr>
<tr>
-<td>zookeeper.retry.base.sleep</td>
-<td>100</td>
-<td>基本重试时间差</td>
+<td>registry.max.retries</td>
+<td>5</td>
+<td>最大重试次数</td>
</tr>
<tr>
-<td>zookeeper.retry.max.sleep</td>
+<td><a
href="http://registry.session.timeout.ms">registry.session.timeout.ms</a></td>
<td>30000</td>
-<td>最大重试时间</td>
+<td>session 超时时间</td>
</tr>
<tr>
-<td>zookeeper.retry.maxtime</td>
-<td>10</td>
-<td>最大重试次数</td>
+<td><a
href="http://registry.connection.timeout.ms">registry.connection.timeout.ms</a></td>
+<td>7500</td>
+<td>连接超时时间</td>
</tr>
</tbody>
</table>
@@ -813,7 +818,7 @@
</ul>
<blockquote>
<p>调用install.sh脚本会自动加载该文件中的配置.并根据该文件中的内容自动配置上述的配置文件中的内容.
-比如:dolphinscheduler-daemon.sh、datasource.properties、zookeeper.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
+比如:dolphinscheduler-daemon.sh、datasource.properties、registry.properties、common.properties、application-api.properties、master.properties、worker.properties、alert.properties、quartz.properties
等文件.</p>
</blockquote>
<ul>
<li>2.DS集群的启动&关闭.</li>
@@ -842,7 +847,7 @@ username=<span class="hljs-string">"xx"</span>
<span class="hljs-comment"># 数据库 密码</span>
password=<span class="hljs-string">"xx"</span>
-<span class="hljs-comment"># Zookeeper地址</span>
+<span class="hljs-comment"># zookeeper地址</span>
zkQuorum=<span
class="hljs-string">"192.168.xx.xx:2181,192.168.xx.xx:2181,192.168.xx.xx:2181"</span>
<span class="hljs-comment"># 将DS安装到哪个目录,如: /data1_1T/dolphinscheduler,</span>
diff --git a/zh-cn/docs/latest/user_doc/architecture/configuration.json
b/zh-cn/docs/latest/user_doc/architecture/configuration.json
index 549bfc7..728959f 100644
--- a/zh-cn/docs/latest/user_doc/architecture/configuration.json
+++ b/zh-cn/docs/latest/user_doc/architecture/configuration.json
@@ -1,6 +1,6 @@
{
"filename": "configuration.md",
- "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
+ "__html": "<!-- markdown-link-check-disable
-->\n<h1>前言</h1>\n<p>本文档为dolphinscheduler配置文件说明文档,针对版本为 dolphinscheduler-1.3.x
版本.</p>\n<h1>目录结构</h1>\n<p>目前dolphinscheduler 所有的配置文件都在 [conf ]
目录中.\n为了更直观的了解[conf]目录所在的位置以及包含的配置文件,请查看下面dolphinscheduler安装目录的简化说明.\n本文主要讲述dolphinscheduler的配置文件.其他部分先不做赘述.</p>\n<p>[注:以下
dolphinscheduler 简称为DS.]</p>\n<pre><code>\n├─bin
DS命令存放目录\n│ ├─dolphinscheduler-daemon.sh 启动/关闭DS服务脚本\n│
├─start-all.sh [...]
"link": "/dist/zh-cn/docs/2.0.2/user_doc/architecture/configuration.html",
"meta": {}
}
\ No newline at end of file