-
Notifications
You must be signed in to change notification settings - Fork 5k
[BUG] dev-1.3.0 sqoop task params set error #2893
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
- In Sqoop task set two hive-map fields like, item_id String, parent_id String
- 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
- Modify sqoop-MysqlSourceGenerator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working