743294668 opened a new issue #2763: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2763
*For better global communication, please give priority to using English description, thx! * **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. **To Reproduce** Create a Sqoop type task, add any parameters in the bottom custom parameters, the custom added parameters do not take effect when the sqoop task is executed, the worker log shows that the generated sqoop command script has no custom added parameters. **Expected behavior** The custom added parameters of sqoop node should take effect **Screenshots**  The two parameters I added: --verbose,--validateare not displayed in the generated sqoop command script **Which version of Dolphin Scheduler:** -[dev-1.3.0],[dev] **Requirement or improvement For the sqoop command, because there are too many command parameters, I think it is not appropriate to directly remove the interface used for custom parameters. Hope to be able to solve this problem. ---------------------------------------------------------------- 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]
