Slivery1 opened a new issue #4438: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4438
**For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! ** Describe the bug When DS splices the statements of Mr task, there is a problem in the order of parameters, resulting in the last command cannot be executed To Reproduce Steps to reproduce the behavior, for example: 1. Create an MR task 2. Class and package select the commonly used WordCount prepared in advance 3. Command line parameters fill in /dolphinscheduler/dolphinscheduler/resources/word.txt /dolphinscheduler/dolphinscheduler/resources/out 4. Save and execute Expected behavior The generated Mr command should be hadoop jar wordCount_MR-1.0-SNAPSHOT.jar pers.jun.WordcountDriver /dolphinscheduler/dolphinscheduler/resources/word.txt /dolphinscheduler/dolphinscheduler/resources/out -D mapreduce.job.queuename=default Screenshots    Which version of Dolphin Scheduler: -[1.3.4-release] ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
