743294668 opened a new pull request #2749:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/2749


   **Describe the bug**
   The custom parameters of the Sqoop task do not work, and the user's custom 
parameters cannot be read, for example: --verbose. Such parameters cannot be 
found in the Sqoop command.
   
![image](https://user-images.githubusercontent.com/41327198/82212903-e01cd300-9945-11ea-9878-8bf710a8364a.png)
   
   According to the source code debugging, the cause of the problem is that the 
user-defined parameters are not parsed in the SqoopJobGenerator class.
   
   According to my understanding, I put this kind of user-defined parameter 
analysis into CommonGenerator. The following is the modification I submitted, 
which has passed the unit test and production environment test.Hope it helps.


----------------------------------------------------------------
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