Tianqi-Dotes commented on code in PR #9427: URL: https://github.com/apache/dolphinscheduler/pull/9427#discussion_r846988196
########## docs/docs/zh/guide/project/task-definition.md: ########## @@ -0,0 +1,9 @@ +# 任务定义 + +任务定义允许您在基于任务级别操作任务。再此之前,我们已经有了工作流级别的任务编辑器,你可以在[工作流定义](workflow-definition.md) 单击特定 Review Comment: 任务定义允许您在基于任务级别操作任务。 -> 任务定义允许您在基于任务级别而不是在工作流中操作修改任务。 ########## docs/docs/en/guide/monitor.md: ########## @@ -4,29 +4,37 @@ - Service management is mainly to monitor and display the health status and basic information of each service in the system. -## Monitor Master Server +### Master Server - Mainly related to master information.  -## Monitor Worker Server +### Worker Server - Mainly related to worker information.  -## Monitor DB +### Database - Mainly the health status of the DB.  ## Statistics Management +### Statistics +  - Number of commands wait to be executed: statistics of the `t_ds_command` table data. - The number of failed commands: statistics of the `t_ds_error_command` table data. - Number of tasks wait to run: count the data of `task_queue` in the ZooKeeper. - Number of tasks wait to be killed: count the data of `task_kill` in the ZooKeeper. + +### Audit Log + +审计日志的记录提供了有关谁访问了系统,以及他或她在给定时间段内执行了哪些操作的信息,他对于维护安全都很有用。 Review Comment: The audit log provides information about who accesses the system and the operations made to the system and record related time, which strengthen the security of the system and maintenance. ########## docs/docs/en/guide/project/task-definition.md: ########## @@ -0,0 +1,13 @@ +# Task Definition + +Task definition allow your operated the tasks in the task level. We already have workflow level task editor in Review Comment: Task definition allow your operated the tasks in the task level. -> Task definition allows to modify or operate tasks at the task level rather than modifying them in the workflow definition. ########## docs/docs/en/guide/howto/general-setting.md: ########## @@ -0,0 +1,22 @@ +# General Setting + +## Language + +DolphinScheduler supports two types of built-in language which include `English` and `Chinese`. You could click the button +on the top control bar named `English` and `Chinese` and change it to another one when you want to switch the language. All +your pages of DolphinScheduler's language will be changed when you switch the language from one to another. + +## Theme + +DolphinScheduler supports two types of built-in theme which include `Dark` and `Light`. When you want to change the theme +of DolphinScheduler, all you have to do is click the button named `Dark`(or `Light`) on the top control bar and on the left +of to [language](#language) control button. + +## Time Zone + +DolphinScheduler support time zone setting. The build-in time zone is based on the server you run DolphinScheduler. You could +click the button on the right of the [language](#language) button and then click `Choose timeZone` to choose the time zone +you want to switch. All time related components will change their time zone after you change the time zone. Review Comment: All time related components will change their time zone after you change the time zone. -> All time related components will adjust their time zone according to the time zone setting you select. ########## docs/docs/en/guide/project/task-definition.md: ########## @@ -0,0 +1,13 @@ +# Task Definition + +Task definition allow your operated the tasks in the task level. We already have workflow level task editor in Review Comment: Task definition allow your operated the tasks in the task level. -> Task definition allows to modify or operate tasks at the task level rather than modifying them in the workflow definition. ########## docs/docs/en/guide/howto/general-setting.md: ########## @@ -0,0 +1,22 @@ +# General Setting + +## Language + +DolphinScheduler supports two types of built-in language which include `English` and `Chinese`. You could click the button +on the top control bar named `English` and `Chinese` and change it to another one when you want to switch the language. All +your pages of DolphinScheduler's language will be changed when you switch the language from one to another. Review Comment: All your pages of DolphinScheduler's language will be changed when you switch the language from one to another. -> The entire DolphinScheduler page language will shift when you switch the language selection. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
