You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/en/contribute/architecture-design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Before explaining the architecture of the schedule system, let us first understa
97
97
98
98
-**UI**
99
99
100
-
The front-end page of the system provides various visual operation interfaces of the system. For details, see the [quick start](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/about/introduction) section.
100
+
The front-end page of the system provides various visual operation interfaces of the system. For details, see the [quick start](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/about/introduction) section.
Copy file name to clipboardExpand all lines: docs/docs/en/contribute/development-environment-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ There are two ways to configure the DolphinScheduler development environment, st
92
92
>
93
93
> Standalone is only supported in DolphinScheduler 1.3.9 and later versions.
94
94
>
95
-
> Standalone server is able to connect to external databases like mysql and postgresql, see [Standalone Deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/guide/installation/standalone) for instructions.
95
+
> Standalone server is able to connect to external databases like mysql and postgresql, see [Standalone Deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/guide/installation/standalone) for instructions.
Copy file name to clipboardExpand all lines: docs/docs/en/contribute/join/pull-request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Please refer to the commit message section.
64
64
65
65
Code style is the thing you have to consider when you submit pull request for DolphinScheduler. We using [Checkstyle](https://checkstyle.sourceforge.io), a development tool to help programmers write Java code that adheres to a coding standard, in CI to keep DolphinScheduler codebase in the same style. Your pull request could not be merged if your code style checker failed. You could format your code by *Checkstyle* in your local environment before you submit your pull request to check code style. The activation step as below:
66
66
67
-
1. Prepare Checkstyle configuration file: You could download it manually by [click here](https://github.com/apache/dolphinscheduler/blob/3.0.5/style/checkstyle.xml), but find it in DolphinScheduler repository would be a better way. You could find configuration file in the path `style/checkstyle.xml` after you clone repository from Github.
67
+
1. Prepare Checkstyle configuration file: You could download it manually by [click here](https://github.com/apache/dolphinscheduler/blob/3.0.6/style/checkstyle.xml), but find it in DolphinScheduler repository would be a better way. You could find configuration file in the path `style/checkstyle.xml` after you clone repository from Github.
68
68
69
69
2. Download Checkstyle plugins in Intellij IDEA: Search plugin by keyword **CheckStyle-IDEA** or install in [this page](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea). You could see [install plugin](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_repo) if you do not know how to install plugin in Intellij IDEA
Copy file name to clipboardExpand all lines: docs/docs/en/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,9 +302,9 @@ change into
302
302
303
303
## Q : how to add a worker server
304
304
305
-
A: 1, Create deployment user and hosts mapping, please refer 1.3 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/user_doc/installation/cluster)
305
+
A: 1, Create deployment user and hosts mapping, please refer 1.3 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/user_doc/installation/cluster)
306
306
307
-
2, Configure hosts mapping and ssh access and modify directory permissions. please refer 1.4 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.5/user_doc/installation/cluster)
307
+
2, Configure hosts mapping and ssh access and modify directory permissions. please refer 1.4 part of [cluster deployment](https://dolphinscheduler.apache.org/en-us/docs/3.0.6/user_doc/installation/cluster)
308
308
309
309
3, Copy the deployment directory from worker server that has already deployed
To publish the release name `dolphinscheduler` version to `test` namespace:
@@ -188,16 +188,16 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n test # with test names
188
188
>
189
189
> If you want to use MySQL, you can build a new image based on the `apache/dolphinscheduler-<service>` image follow the following instructions:
190
190
>
191
-
> Since version 3.0.5, dolphinscheduler has been microserviced and the change of metadata storage requires replacing all services with MySQL driver, which including dolphinscheduler-tools, dolphinscheduler-master, dolphinscheduler-worker, dolphinscheduler-api, dolphinscheduler-alert-server
191
+
> Since version 3.0.6, dolphinscheduler has been microserviced and the change of metadata storage requires replacing all services with MySQL driver, which including dolphinscheduler-tools, dolphinscheduler-master, dolphinscheduler-worker, dolphinscheduler-api, dolphinscheduler-alert-server
192
192
193
193
1. Download the MySQL driver [mysql-connector-java-8.0.16.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar).
194
194
195
195
2. Create a new `Dockerfile` to add MySQL driver:
196
196
197
197
```
198
-
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.5
198
+
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.6
199
199
# For example
200
-
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.0.5
200
+
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.0.6
201
201
202
202
# Attention Please, If the build is dolphinscheduler-tools image
203
203
# You need to change the following line to: COPY mysql-connector-java-8.0.16.jar /opt/dolphinscheduler/tools/libs
@@ -246,9 +246,9 @@ externalDatabase:
246
246
2. Create a new `Dockerfile` to add MySQL or Oracle driver:
247
247
248
248
```
249
-
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.5
249
+
FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-<service>:3.0.6
250
250
# For example
251
-
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.5
251
+
# FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.0.6
0 commit comments