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

[Bug][Sqoop] when jdbc connect string contains special characters, import fail #4104

Closed Eights-Li closed 3 years ago

Eights-Li commented 3 years ago

Describe the bug when jdbc connect string contains special characters, import fail

To Reproduce Steps to reproduce the behavior, for example:

  1. sqoop import data source string contains special characters like "&"
  2. run sqoop task
  3. find command not found error

Expected behavior sqoop import RDBMS success

Which version of Dolphin Scheduler: -[ds-1.3.3]

Eights-Li commented 3 years ago

I will fix it