BruceWong96 commented on code in PR #17032:
URL: 
https://github.com/apache/dolphinscheduler/pull/17032#discussion_r1986853587


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxParameters.java:
##########
@@ -95,6 +97,11 @@ public class DataxParameters extends AbstractParameters {
      */
     private int jobSpeedRecord;
 
+    /**
+     * channel count
+     */
+    private int channelCount = 1;

Review Comment:
   According to the following documents, the channel can be directly configured 
in the JSON.
   
[ds-doc-datax](https://dolphinscheduler.apache.org/zh-cn/docs/3.2.2/guide/task/datax)
   
[hdfswriter](https://github.com/alibaba/DataX/blob/master/hdfswriter/doc/hdfswriter.md)
   
   What do you think about it ?
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to