You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/13 13:57:41 UTC

[GitHub] [dolphinscheduler] zzzhangqi opened a new pull request, #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

zzzhangqi opened a new pull request, #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951

   Signed-off-by: Qi Zhang <sm...@163.com>
   
   <!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.-->
   
   
   ## Purpose of the pull request
   
   <!--(For example: This pull request adds checkstyle plugin).-->
   
   ## Brief change log
   
   <!--*(for example:)*
     - *Add maven-checkstyle-plugin to root pom.xml*
   -->
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   This pull request is code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   <!--*(example:)*
     - *Added dolphinscheduler-dao tests for end-to-end.*
     - *Added CronUtilsTest to verify the change.*
     - *Manually verified the change by testing locally.* -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928379098


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](../../../../img/rainbond/monitor-dolphinscheduler.png)
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `initialization plugin` Install.
+2. Open plugin.enter Worker component -> plugin -> open `initialization plugin` And modify the configuration.

Review Comment:
   ```suggestion
   2. Open plugin.enter Worker component -> plugin -> open `initialization plugin` and modify the configuration.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1195340339

   > And BTW, I think it belong to section `integration` instead of `deployment`, maybe we should add a new sidebar named `integration` to hold this or other content like that, WDTY @EricGao888 @zzzhangqi
   
   Sounds good to me. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1186261569

   @SbloodyS I don't quite understand why ci didn't pass.Can you give me some guidance?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928376425


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.

Review Comment:
   ```suggestion
   * Wait a few minutes, the installation completes and `DolphinScheduler` will be running.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928379572


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   > May I ask what `docking and accessing the built-in open source app store` means here? Is the app store in `Rainbond`?
   
   Rainbond app store is saas service,need to register users,so need authorization in builtin open source app store
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928376054


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.

Review Comment:
   ```suggestion
   * Click `install` on the right side of DolphinScheduler to go to the installation page. Fill in the corresponding information and click `OK` to start the installation. You will get automatically redirected to the application view.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1186084081

   I had approved to run CI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928378972


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](../../../../img/rainbond/monitor-dolphinscheduler.png)
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `initialization plugin` Install.
+2. Open plugin.enter Worker component -> plugin -> open `initialization plugin` And modify the configuration.
+   * FILE_URL:http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz
+   * FILE_PATH:/opt/soft
+   * LOCK_PATH:/opt/soft
+3. Update component,The initialization plug-in will be downloaded automatically `Datax` and decompress to `/opt/soft`

Review Comment:
   ```suggestion
   3. Update component, the plug-in `Datax` will be downloaded automatically and decompress to `/opt/soft`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928374396


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   ```suggestion
   * Docking and accessing the built-in open source app store, search the keyword `dolphinscheduler` to find the DolphinScheduler App.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928374396


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   ```suggestion
   * Docking and accessing the built-in open source app store, search the keyword `dolphinscheduler` to find DolphinScheduler App.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1184025762

   > One more thing, maybe we should put this doc in new section named `integrated` better than `Installation`
   
   `docs/docs/zh/guide/installation/integrated/rainbond.md`
   Put the doc in this directory?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1193487197

   @SbloodyS All checks have passed.Please review


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928377938


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.

Review Comment:
   ```suggestion
   To verify `worker` node, enter `DolphinScheduler UI -> Monitoring -> Worker` page to view detailed node information.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r945242284


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment

Review Comment:
   Please move `docs/docs/en/guide/installation/rainbond.md` to `docs/docs/en/guide/integration/rainbond.md`. The same with the Chinese docs. Other LGTM.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1195524662

   > Can we remove img `monitor-dolphinscheduler.png` and `homepage-dolphinscheduler.png` and it related content? it is duplicate to exists https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/guide/homepage.html and https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/guide/monitor.html
   > 
   > maybe you add a hyper link to above link, or directly use pure markdown content without img
   
   No problem


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1194125272

   @zhongjiajie Hi, Please review, Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1194043529

   @EricGao888 Hi, All checks have passed.Please again  review.😜


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1193790133

   Hi @EricGao888 ,I have revised your suggest.please approve run ci. 🤗


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928378192


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](../../../../img/rainbond/monitor-dolphinscheduler.png)
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.

Review Comment:
   ```suggestion
   API and Worker Services share the configuration file `/opt/dolphinscheduler/conf/common.properties`. To modify the configurations, you only need to modify that of the API service.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r920774701


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `通用数据初始化插件` Install.
+2. Open plugin.enter Worker component -> plugin -> open `通用数据初始化插件` And modify the configuration.

Review Comment:
   This is indeed a deficiency of the product,no english ui



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1214753012

   > @SbloodyS Please optimize the commits log when merging PR.
   > 
   > <img alt="image" width="944" src="https://user-images.githubusercontent.com/22415594/184602485-07f51753-4974-4faa-992e-bbf768b150c9.png">
   
   I'll take care of it next time. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928376950


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.

Review Comment:
   ```suggestion
   * Access DolphinScheduler-API components and the default user credentials are `admin` / `dolphinscheduler123`.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928374053


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)

Review Comment:
   ```suggestion
   * Available Rainbond cloud native application management platform is a prerequisite,please refer to the official `Rainbond` documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1195340095

   > > > LGTM
   > > 
   > > 
   > > Thanks,This pr auto merge?
   > 
   > @zzzhangqi We need two approvals here to get it merged. Maybe you could ping another committer if you're hurried to get it in : )
   
   FYI, @EricGao888 currently we only need one approval to merge PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1214305826

   I have modified @EricGao888 , Please review


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r945244117


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment

Review Comment:
   ok, no problem



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] ruanwenjun commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1214752227

   @SbloodyS Please optimize the commits log when merging PR. 
   
   <img width="944" alt="image" src="https://user-images.githubusercontent.com/22415594/184602485-07f51753-4974-4faa-992e-bbf768b150c9.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1193489083

   @zhongjiajie PTAL.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1194124365

   > > > LGTM
   > > 
   > > 
   > > Thanks,This pr auto merge?
   > 
   > @zzzhangqi We need two approvals here to get it merged. Maybe you could ping another committer if you're hurried to get it in : )
   
   Thanks 😘


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1205031901

   > > And BTW, I think it belong to section `integration` instead of `deployment`, maybe we should add a new sidebar named `integration` to hold this or other content like that, WDTY @EricGao888 @zzzhangqi
   > 
   > move to `dev/user_doc/guide/installation/integration` ? @EricGao888 @zhongjiajie Is that okay?
   > 
   > or `dev/user_doc/integration/rainbond.html` first level menu?
   
   I prefer `dev/user_doc/integration/rainbond.html`. WDYT @SbloodyS @zhongjiajie 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r920711577


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.

Review Comment:
   maybe we should directly tell the user search the keyword `dolphinscheduler` instead of part of it
   ```suggestion
   * Docking and accessing the built-in open source app store,Search the keyword `dolphinScheduler` to find App DolphinScheduler.
   ```



##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)

Review Comment:
   can you add this img to our `img` directory? we need to hold those images instead of using extracting link



##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `通用数据初始化插件` Install.
+2. Open plugin.enter Worker component -> plugin -> open `通用数据初始化插件` And modify the configuration.
+   * FILE_URL:http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz
+   * FILE_PATH:/opt/soft
+   * LOCK_PATH:/opt/soft
+3. Update component,The initialization plug-in will be downloaded automatically `Datax` and decompress to `/opt/soft`
+![](https://static.goodrain.com/wechat/dolphinscheduler/7.png)
+
+
+
+---
+
+
+
+

Review Comment:
   ```suggestion
   
   ```



##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `通用数据初始化插件` Install.
+2. Open plugin.enter Worker component -> plugin -> open `通用数据初始化插件` And modify the configuration.
+   * FILE_URL:http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz
+   * FILE_PATH:/opt/soft
+   * LOCK_PATH:/opt/soft
+3. Update component,The initialization plug-in will be downloaded automatically `Datax` and decompress to `/opt/soft`
+![](https://static.goodrain.com/wechat/dolphinscheduler/7.png)
+
+
+

Review Comment:
   ```suggestion
   
   ```



##########
docs/docs/zh/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# 基于 Rainbond 部署 DolphinScheduler 高可用集群
+
+本文描述通过 [Rainbond](https://www.rainbond.com/) 云原生应用管理平台 一键部署高可用的 DolphinScheduler 集群,这种方式适合给不太了解 Kubernetes、容器化等复杂技术的用户使用,降低了在 Kubernetes 中部署 DolphinScheduler 的门槛。
+
+## 前提条件
+
+* 可用的 Rainbond 云原生应用管理平台,请参阅文档 [Rainbond 快速安装](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler 集群一键部署
+
+* 对接并访问内置的开源应用商店,搜索关键词 `dolp` 即可找到 DolphinScheduler 应用。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* 点击 DolphinScheduler 右侧的 `安装` 进入安装页面,填写对应的信息,点击确定即可开始安装,自动跳转至应用视图。
+
+| 选择项   | 说明                                                         |
+| -------- | ------------------------------------------------------------ |
+| 团队名称 | 用户自建的工作空间,以命名空间隔离                           |
+| 集群名称 | 选择 DolphinScheduler 被部署到哪一个 K8s 集群                |
+| 选择应用 | 选择 DolphinScheduler 被部署到哪一个应用,应用中包含有若干有关联的组件 |
+| 应用版本 | 选择 DolphinScheduler 的版本,目前可选版本为 3.0.0-beta2     |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* 等待几分钟后,DolphinScheduler 集群就会安装完成,并运行起来。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* 点击访问,将访问 DolphinScheduler-API 组件,默认的用户密码是`admin` / `dolphinscheduler123`
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker 节点伸缩
+
+DolphinScheduler API、Master、Worker 都支持伸缩多个实例,多个实例可以保证整个集群的高可用性。
+
+以 Worker 为例,进入组件内 -> 伸缩,设置实例数量。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+验证 Worker 节点,进入 DolphinScheduler UI -> 监控中心 -> Worker 查看节点信息。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## 配置文件
+
+API 和 Worker 服务共用 `/opt/dolphinscheduler/conf/common.properties` ,修改配置时只需修改 API 服务的配置文件。
+
+## 如何支持 Python 3?
+
+Worker 服务默认安装了 Python3,使用时可以添加环境变量  `PYTHON_HOME=/usr/bin/python3`
+
+## 如何支持 Hadoop, Spark, DataX 等?
+
+以 Datax 为例:
+
+1. 安装插件。Rainbond 团队视图 -> 插件 -> 从应用商店安装插件 -> 搜索 `通用数据初始化插件` 并安装。
+2. 开通插件。进入 Worker 组件内 -> 插件 -> 开通  `通用数据初始化插件` ,并修改配置
+   * FILE_URL:http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz
+   * FILE_PATH:/opt/soft
+   * LOCK_PATH:/opt/soft
+3. 更新组件,初始化插件会自动下载 `Datax` 并解压到 `/opt/soft`目录下。
+![](https://static.goodrain.com/wechat/dolphinscheduler/7.png)
+
+
+
+---
+
+
+
+

Review Comment:
   ```suggestion
   
   ```



##########
docs/docs/zh/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# 基于 Rainbond 部署 DolphinScheduler 高可用集群
+
+本文描述通过 [Rainbond](https://www.rainbond.com/) 云原生应用管理平台 一键部署高可用的 DolphinScheduler 集群,这种方式适合给不太了解 Kubernetes、容器化等复杂技术的用户使用,降低了在 Kubernetes 中部署 DolphinScheduler 的门槛。
+
+## 前提条件
+
+* 可用的 Rainbond 云原生应用管理平台,请参阅文档 [Rainbond 快速安装](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler 集群一键部署
+
+* 对接并访问内置的开源应用商店,搜索关键词 `dolp` 即可找到 DolphinScheduler 应用。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* 点击 DolphinScheduler 右侧的 `安装` 进入安装页面,填写对应的信息,点击确定即可开始安装,自动跳转至应用视图。
+
+| 选择项   | 说明                                                         |
+| -------- | ------------------------------------------------------------ |
+| 团队名称 | 用户自建的工作空间,以命名空间隔离                           |
+| 集群名称 | 选择 DolphinScheduler 被部署到哪一个 K8s 集群                |
+| 选择应用 | 选择 DolphinScheduler 被部署到哪一个应用,应用中包含有若干有关联的组件 |
+| 应用版本 | 选择 DolphinScheduler 的版本,目前可选版本为 3.0.0-beta2     |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* 等待几分钟后,DolphinScheduler 集群就会安装完成,并运行起来。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* 点击访问,将访问 DolphinScheduler-API 组件,默认的用户密码是`admin` / `dolphinscheduler123`
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker 节点伸缩
+
+DolphinScheduler API、Master、Worker 都支持伸缩多个实例,多个实例可以保证整个集群的高可用性。
+
+以 Worker 为例,进入组件内 -> 伸缩,设置实例数量。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+验证 Worker 节点,进入 DolphinScheduler UI -> 监控中心 -> Worker 查看节点信息。
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## 配置文件
+
+API 和 Worker 服务共用 `/opt/dolphinscheduler/conf/common.properties` ,修改配置时只需修改 API 服务的配置文件。
+
+## 如何支持 Python 3?
+
+Worker 服务默认安装了 Python3,使用时可以添加环境变量  `PYTHON_HOME=/usr/bin/python3`
+
+## 如何支持 Hadoop, Spark, DataX 等?
+
+以 Datax 为例:
+
+1. 安装插件。Rainbond 团队视图 -> 插件 -> 从应用商店安装插件 -> 搜索 `通用数据初始化插件` 并安装。
+2. 开通插件。进入 Worker 组件内 -> 插件 -> 开通  `通用数据初始化插件` ,并修改配置
+   * FILE_URL:http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz
+   * FILE_PATH:/opt/soft
+   * LOCK_PATH:/opt/soft
+3. 更新组件,初始化插件会自动下载 `Datax` 并解压到 `/opt/soft`目录下。
+![](https://static.goodrain.com/wechat/dolphinscheduler/7.png)
+
+
+

Review Comment:
   ```suggestion
   
   ```



##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `通用数据初始化插件` Install.
+2. Open plugin.enter Worker component -> plugin -> open `通用数据初始化插件` And modify the configuration.

Review Comment:
   I found out in rainbond, we do not have English version of it interface. but in English we still need to translate it to English



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1207942654

   > > > And BTW, I think it belong to section `integration` instead of `deployment`, maybe we should add a new sidebar named `integration` to hold this or other content like that, WDTY @EricGao888 @zzzhangqi
   > > 
   > > 
   > > move to `dev/user_doc/guide/installation/integration` ? @EricGao888 @zhongjiajie Is that okay?
   > > or `dev/user_doc/integration/rainbond.html` first level menu?
   > 
   > I prefer `dev/user_doc/integration/rainbond.html`. WDYT @SbloodyS @zhongjiajie
   
   I agree, I will modify according to `dev/user_doc/integration/rainbond.html`? @SbloodyS @zhongjiajie @EricGao888 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928377235


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.

Review Comment:
   ```suggestion
   DolphinScheduler API、Master、Worker all support scaling multiple instances, ensuring the high availability of the entire service.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928375615


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   May I ask what `docking and accessing the built-in open source app store` means here? Is the app store in `Rainbond`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928378492


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](../../../../img/rainbond/monitor-dolphinscheduler.png)
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:

Review Comment:
   ```suggestion
   Take `DataX` as an example:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928377732


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.

Review Comment:
   ```suggestion
   Take `worker` as an example: enter the `component -> Telescopic` page, and set the number of instances.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1184382080

   @zhongjiajie proposal has been dealt with.please review


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1214300725

   How to deal with this PR next? @EricGao888 @SbloodyS @zhongjiajie 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS merged pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
SbloodyS merged PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1214670902

   @zzzhangqi Thanks for contributing this to DS! Good job!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r920784588


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/2.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/3.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/4.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/5.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/6.png)
+
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`
+
+## How to support Hadoop, Spark, DataX ?
+
+Take Datax as an example:
+
+1. Install the plugin。Rainbond Team View -> Plugin -> Install plugin from the App Store -> search `通用数据初始化插件` Install.
+2. Open plugin.enter Worker component -> plugin -> open `通用数据初始化插件` And modify the configuration.

Review Comment:
   `通用数据初始化插件` In the doc, I changed it from Chinese to English.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1195339156

   And BTW, I think it belong to section `integration` instead of `deployment`, maybe we should add a new sidebar named `integration` to hold this or other content like that, WDTY @EricGao888 @zzzhangqi 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1195528268

   > And BTW, I think it belong to section `integration` instead of `deployment`, maybe we should add a new sidebar named `integration` to hold this or other content like that, WDTY @EricGao888 @zzzhangqi
   
   move to `dev/user_doc/guide/installation/integration` ? @EricGao888 @zhongjiajie  Is that okay?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928375615


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   May I ask what does `docking and accessing the built-in open source app store` mean? Is the app store in `Rainbond`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928384041


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   > > May I ask what `docking and accessing the built-in open source app store` means here? Is the app store in `Rainbond`?
   > 
   > Rainbond app store is saas service,need to register users,so need authorization in builtin open source app store
   
   I got it. Thx for the explanation : )



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928374396


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.

Review Comment:
   ```suggestion
   * Logging in and accessing the built-in open source app store, search the keyword `dolphinscheduler` to find the DolphinScheduler App.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1194094726

   > LGTM
   
   Thanks,This pr auto merge?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928378419


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolphinscheduler` to find App DolphinScheduler.
+
+![](../../../../img/rainbond/appstore-dolphinscheduler.png)
+
+* Click install on the right side of DolphinScheduler to go to the installation page,Fill in the corresponding information,Click OK to start the installation,Automatically jump to the application view.
+
+| Select item  | Description                          |
+| ------------ | ------------------------------------ |
+| Team name    | user workspace,Isolate by namespace |
+| Cluster name | select kubernetes cluster            |
+| Select app   | select application                   |
+| app version  | select DolphinScheduler version      |
+
+![](../../../../img/rainbond/install-dolphinscheduler.png)
+
+* Wait a few minutes,DolphinScheduler Installation is complete and running.
+
+![](../../../../img/rainbond/topology-dolphinscheduler.png)
+
+* Access DolphinScheduler-API components,The default user password is `admin` / `dolphinscheduler123`.
+
+![](../../../../img/rainbond/homepage-dolphinscheduler.png)
+
+## API Master Worker Node Telescopic
+
+DolphinScheduler API、Master、Worker Both support scaling multiple instances,Multiple instances can ensure the high availability of the entire cluster.
+
+Take worker as an example,Enter into the component -> Telescopic,Set the number of instances.
+
+![](../../../../img/rainbond/dolpscheduler-worker.png)
+
+Verify Worker Node,Enter DolphinScheduler UI -> Monitoring -> Worker View node information.
+
+![](../../../../img/rainbond/monitor-dolphinscheduler.png)
+## Configuration file
+
+API and Worker Service sharing `/opt/dolphinscheduler/conf/common.properties` ,To modify the configuration, you only need to modify the configuration file of the API service.
+
+## How to support Python 3?
+
+Worker service is installed by default Python3,You can add environment variables when you use them `PYTHON_HOME=/usr/bin/python3`

Review Comment:
   ```suggestion
   Worker service is installed with default `Python3`,you can add environment variables `PYTHON_HOME=/usr/bin/python3`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r920776017


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,72 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.
+
+## Prerequisites
+
+* Available Rainbond cloud native application management platform,Please refer to the documentation [Rainbond Quick install](https://www.rainbond.com/docs/quick-start/quick-install)
+
+## DolphinScheduler Cluster One-click Deployment 
+
+* Docking and accessing the built-in open source app store,Search the keyword `dolp` to find App DolphinScheduler.
+
+![](https://static.goodrain.com/wechat/dolphinscheduler/1.png)

Review Comment:
   No problem



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1193802093

   > Hi @EricGao888 ,I have revised your suggest.please approve run ci. 🤗
   
   @zzzhangqi Hi, thx for the update. CI already seems running. GitHub CI has been extremely slow recently, all we could do is wait. 🤣 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1194106945

   > > LGTM
   > 
   > Thanks,This pr auto merge?
   
   @zzzhangqi We need two approvals here to get it merged. Maybe you could ping another committer if you're hurried to get it in : )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1195523918

   > https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/guide/homepage.html
   
   No problem


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1193473688

   > @SbloodyS I don't quite understand why ci didn't pass.Can you give me some guidance?
   
   Sorry for late reply. You can find the detail of errors in `https://github.com/apache/dolphinscheduler/runs/7368120405?check_suite_focus=true`. And you can find this url in the `Dead Link's Detail`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on a diff in pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on code in PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#discussion_r928373448


##########
docs/docs/en/guide/installation/rainbond.md:
##########
@@ -0,0 +1,64 @@
+# Use Rainbond Deployment
+
+This article describes the one-click deployment of highly available DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform,This method is suitable for users who don't know much about complex technologies such as Kubernetes,Lowered the threshold for deploying DolphinScheduler in Kubernetes.

Review Comment:
   ```suggestion
   This section describes the one-click deployment of high availability DolphinScheduler clusters through the [Rainbond](https://www.rainbond.com/) cloud native application management platform. This method is suitable for users who don't know much about complex technologies such as `Kubernetes`, lowering the threshold for deploying DolphinScheduler in `Kubernetes` mode.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1193509538

   > @zhongjiajie @EricGao888 PTAL.
   
   Hi @zzzhangqi, I just added some comments, thx


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zzzhangqi commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
zzzhangqi commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1205021527

   Hi @zhongjiajie , May I ask how to deal with this PR next? What should I do?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on pull request #10951: [doc] Use Rainbond deployment DolphinScheduler Cluster

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on PR #10951:
URL: https://github.com/apache/dolphinscheduler/pull/10951#issuecomment-1214668557

   By adding different integrations with DS, it helps enrich the ecosystem. If there are no more comments on this PR, I will proceed to merge it. @SbloodyS @zhongjiajie 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org