个人想法,有错请指出
怎么让sqoop流程化
1.首先创造配置表和任务表
tb_config
| id | jdbc_url | user | pass_word | columns | table | hive_table | is_incremental |
|---|---|---|---|---|---|---|---|
| 1 | jdbc:mysql.... | root | root | id,user,pw | user | user | 0 |
task
| id | task_name | conf_id | status | ctime | retrys |
|---|---|---|---|---|---|
| 1 | sqoop_table_is_incremental | 1 | 0 | 3 |
2.流程图









网友评论