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

[Workflow] Use sqoop to import data to hive, the data source is sql server #4298

Closed masterable closed 3 months ago

masterable commented 3 years ago

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 question A clear and concise description of what the question is. I created a sqoop import data workflow from sqlserver to hive I have configured and connected the sqlserver data source, no problem Then I encountered the following error The error log reminds me that I may have used the wrong import configuration item。The other one prompts me that there is no --username item in my configuration item 。This confuses me, because my sqlserver data source has been verified。This should not happen。Below is a screenshot of my error log and workflow configuration image

image

Which version of DolphinScheduler: -[1.3.3-preview]

Additional context Add any other context about the problem here.

Requirement or improvement

zhuangchong commented 3 years ago

Currently the configuration does not support SQL SERVER, so you can use a custom template.

masterable commented 3 years ago

当前配置不支持SQL SERVER,因此您可以使用自定义模板。

But sqoop workflow currently does not have a custom template, and I am not familiar with datax... Anyway, thanks a lot

zhuangchong commented 3 years ago

Consider using shell task nodes instead