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