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] dev-1.3.0 sqoop task params set error #2893

Closed Eights-Li closed 4 years ago

Eights-Li commented 4 years ago

Describe the bug Sqoop task params : --map-column-hive & --map-column-java params set error, if set multi-params only the last param effect

To Reproduce

  1. In Sqoop task set two hive-map fields like, item_id String, parent_id String
  2. worker log show that only --map-column-hive parent_id=String, not --map-column-hive item_id=String, parent_id=String

Expected behavior --map-column-hive & --map-column-java params set success

Which version of Dolphin Scheduler: -[dev-1.3.0]

Requirement or improvement

Eights-Li commented 4 years ago

I will fix it

Eights-Li commented 4 years ago

fixed