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 2021/10/22 13:14:21 UTC

[GitHub] [dolphinscheduler-website] lenboo opened a new pull request #464: add worker group docments

lenboo opened a new pull request #464:
URL: https://github.com/apache/dolphinscheduler-website/pull/464


   add worker group docments


-- 
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-website] CalvinKirs merged pull request #464: add worker group docments

Posted by GitBox <gi...@apache.org>.
CalvinKirs merged pull request #464:
URL: https://github.com/apache/dolphinscheduler-website/pull/464


   


-- 
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-website] zhongjiajie commented on a change in pull request #464: add worker group docments

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on a change in pull request #464:
URL: https://github.com/apache/dolphinscheduler-website/pull/464#discussion_r734533169



##########
File path: docs/en-us/dev/user_doc/guide/security.md
##########
@@ -136,6 +136,7 @@ When the task is executed, the task can be assigned to the specified worker grou
 ```conf
 worker.groups=default,test
 ```
+- You can also modify the worker group to which the worker belongs during operation: Open "security center - worker group management" and "new worker group", enter "group name", and select an existing worker to change the worker to a new worker group. If the modification is successful, the worker will use the new group and ignore the configuration in worker.properties

Review comment:
       ```suggestion
   - You can also modify the worker group for worker which be assigned to specific worker group, and if the modification is successful, the worker will use the new group and ignore the configuration in `worker.properties`. The step to modify it as below: "security center -> worker group management -> click 'new worker group' -> click 'new worker group' ->  enter 'group name' -> select exists worker -> click submit". 
   ```

##########
File path: docs/zh-cn/dev/user_doc/guide/security.md
##########
@@ -139,6 +139,8 @@
 worker.groups=default,test
 ```
 
+- 也可以在运行中修改worker所属的worker分组:打开”安全中心-worker分组管理“, "新建worker分组",输入‘组名称’, 选择已有worker,即可更改worker的分组。如果修改成功,worker就会使用这个新建的分组,忽略worker.properties中的配置

Review comment:
       ```suggestion
   - 也可以在运行中修改worker所属的worker分组,如果修改成功,worker就会使用这个新建的分组,忽略`worker.properties`中的配置。修改步骤为"安全中心 -> worker分组管理 -> 点击 '新建worker分组' -> 输入'组名称' -> 选择已有worker -> 点击'提交'"
   ```




-- 
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