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
   
![image](https://user-images.githubusercontent.com/30253711/104427239-facf4680-55bd-11eb-9f1f-ab21dee09bd3.png)
   
![image](https://user-images.githubusercontent.com/30253711/104427431-30742f80-55be-11eb-8368-235e4b3f07a2.png)
   
![image](https://user-images.githubusercontent.com/30253711/104427529-4f72c180-55be-11eb-8cb0-524e78d101eb.png)
   
   
   
   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]


Reply via email to