zhongjiajie commented on code in PR #10751: URL: https://github.com/apache/dolphinscheduler/pull/10751#discussion_r912586036
########## docs/docs/en/guide/task/conditions.md: ########## @@ -4,25 +4,25 @@ Condition is a conditional node, that determines which downstream task should ru ## Create Task -- Click `Project -> Management-Project -> Name-Workflow Definition`, and click the "Create Workflow" button to enter the DAG editing page. +- Click `Project Management -> Project Name -> Workflow Definition`, and click the "`Create Workflow`" button to enter the DAG editing page. Review Comment: ```suggestion - Click `Project Management -> Project Name -> Workflow Definition`, and click the `Create Workflow` button to enter the DAG editing page. ``` ########## docs/docs/en/guide/task/emr.md: ########## @@ -4,17 +4,24 @@ Amazon EMR task type, for creating EMR clusters on AWS and running computing tasks. Using [aws-java-sdk](https://aws.amazon.com/cn/sdk-for-java/) in the background code, to transfer JSON parameters to [RunJobFlowRequest](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/elasticmapreduce/model/RunJobFlowRequest.html) object and submit to AWS. -## Parameter - -- Node name: The node name in a workflow definition is unique. -- Run flag: Identifies whether this node schedules normally, if it does not need to execute, select the `prohibition execution`. -- Descriptive information: Describe the function of the node. -- Task priority: When the number of worker threads is insufficient, execute in the order of priority from high to low, and tasks with the same priority will execute in a first-in first-out order. -- Worker grouping: Assign tasks to the machines of the worker group to execute. If `Default` is selected, randomly select a worker machine for execution. -- Times of failed retry attempts: The number of times the task failed to resubmit. You can select from drop-down or fill-in a number. -- Failed retry interval: The time interval for resubmitting the task after a failed task. You can select from drop-down or fill-in a number. -- Timeout alarm: Check the timeout alarm and timeout failure. When the task runs exceed the "timeout", an alarm email will send and the task execution will fail. -- JSON: JSON corresponding to the [RunJobFlowRequest](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/elasticmapreduce/model/RunJobFlowRequest.html) object, for details refer to [API_RunJobFlow_Examples](https://docs.aws.amazon.com/emr/latest/APIReference/API_RunJobFlow.html#API_RunJobFlow_Examples). +## Create Task + +* Click `Project Management -> Project Name -> Workflow Definition`, click the "`Create Workflow`" button to enter the DAG editing page. Review Comment: ```suggestion * Click `Project Management -> Project Name -> Workflow Definition`, click the `Create Workflow` button to enter the DAG editing page. ``` ########## docs/docs/en/guide/task/http.md: ########## @@ -6,28 +6,28 @@ This node is used to perform http type tasks such as the common POST and GET req ## Create Task -- Click `Project -> Management-Project -> Name-Workflow Definition`, and click the "Create Workflow" button to enter the DAG editing page. +- Click `Project Management -> Project Name -> Workflow Definition`, and click the "`Create Workflow`" button to enter the DAG editing page. Review Comment: ```suggestion - Click `Project Management -> Project Name -> Workflow Definition`, and click the `Create Workflow` button to enter the DAG editing page. ``` ########## docs/docs/en/guide/task/jupyter.md: ########## @@ -42,36 +42,40 @@ Click [here](https://docs.conda.io/en/latest/) for more information about `conda └── ssl ``` -> NOTICE: Please follow the `conda pack` instructions above strictly, and DO NOT modify `bin/activate`. +> NOTE: Please follow the `conda pack` instructions above strictly, and DO NOT modify `bin/activate`. > `Jupyter Task Plugin` uses `source` command to activate your packed conda > environment. > If you are concerned about using `source`, choose other options to manage > your python dependency. ## Create Task -- Click Project Management-Project Name-Workflow Definition, and click the "Create Workflow" button to enter the DAG editing page. +- Click `Project Management-Project Name-Workflow Definition`, and click the "`Create Workflow`" button to enter the DAG editing page. Review Comment: ```suggestion - Click `Project Management-Project Name-Workflow Definition`, and click the `Create Workflow` button to enter the DAG editing page. ``` -- 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]
