apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.8k stars 4.6k forks source link

[Question] sqoop task can't configure parameter target-dir #3588

Closed chenghm closed 3 years ago

chenghm commented 4 years ago

For better global communication, please give priority to using English description, thx!

Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.

Describe the question To import mysql data into hive database, I have created a sqoop task. After execution, an error is reported. The Log was
'Must specify destination with --target-dir. Try --help for usage instructions.' I have tried to configure the parameter target-dir in the sqoop task ,but it didn't work. I want to know how to solve this problem,and look forward to your reply.Thanks

Which version of DolphinScheduler: -[1.3.1]

Additional context Add any other context about the problem here.

Requirement or improvement

davidzollo commented 4 years ago

could you have a look at this issue? @zixi0825 @Rubik-W @Eights-Li

Eights-Li commented 4 years ago

Please provide sqoop job configuration, --target-dir can be set through 'custom param'

porkling commented 4 years ago

have you solved it? I have this problem, too. custom parameters can only take effect in SQL. the - target dir parameter is not valid. version [1.3.2].

zixi0825 commented 4 years ago

image add in sqoop 參數 @porkling

porkling commented 4 years ago

There is no choice of parameters for sqoop and Hadoop image @zixi0825

Eights-Li commented 3 years ago

sqoop custom param and sqoop job hadoop custom param support in dev-branch.