You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/12/12 06:39:40 UTC

[incubator-dolphinscheduler] branch 1.3.4-prepare updated (937aa91 -> 933eac7)

This is an automated email from the ASF dual-hosted git repository.

chenxingchun pushed a change to branch 1.3.4-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 937aa91  #4182-cherry-pick (#4210)
     new bd8a8bd  cancel sqoop sql query import hive limit
     new 2366097  update sqoop task params when upgrade to 1.3.4
     new 0420fe5  sqoop hive target add target dir field
     new 6609b91  add target-dir param in sqoop task hive TargetHiveParameter
     new 343b6f1  Merge branch '1.3.4-prepare' of https://github.com/apache/incubator-dolphinscheduler into 1.3.4-prepare
     new 04dc59b  sqoop task optimization
     new 8834d8c  sqoop front-end optimization
     new 5d0982d  modify sqoop task UT
     new d3693cd  add sqoop task UT to pom
     new 93fb80a  sqoop task source type or target type is null throw exception
     new bf23fa5  fix testSqoopTaskTest bug (#3024)
     new 27a22cd  [FIX-4034][server] fix sqoop import fail (#4036)
     new c80e200  [FIX-4034][server] fix sqoop import fail (#4036)
     new c51a423  fix sqoop task jdbc string contains special char (#4105)
     new da58048  split sqoop import hive database and table (#4141)
     new e3eeacc  modify JSONUtils
     new 5a6e1d3  fix hadoop params build failed in sqoop task
     new 933eac7  Merge pull request #4212 from Eights-Li/1.3.4-prepare-sqoop

The 2627 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../task/sqoop/targets/TargetHiveParameter.java    | 13 ++++++
 .../dao/upgrade/DolphinSchedulerManager.java       |  2 +
 .../dolphinscheduler/dao/upgrade/UpgradeDao.java   | 46 ++++++++++++++++++++++
 .../task/sqoop/generator/CommonGenerator.java      | 11 +++---
 .../generator/sources/MysqlSourceGenerator.java    | 16 +++++---
 .../generator/targets/HiveTargetGenerator.java     |  5 +++
 .../server/worker/task/sqoop/SqoopTaskTest.java    | 15 ++++---
 .../pages/dag/_source/formModel/tasks/sqoop.vue    | 36 +++++++++--------
 .../src/js/module/i18n/locale/en_US.js             |  2 +
 .../src/js/module/i18n/locale/zh_CN.js             |  2 +
 .../mysql/dolphinscheduler_ddl.sql                 |  3 +-
 .../mysql}/dolphinscheduler_dml.sql                |  0
 .../postgresql}/dolphinscheduler_ddl.sql           |  3 +-
 .../postgresql/dolphinscheduler_dml.sql            |  0
 14 files changed, 121 insertions(+), 33 deletions(-)
 copy sql/upgrade/{1.3.2_schema => 1.3.4_schema}/mysql/dolphinscheduler_ddl.sql (99%)
 copy sql/upgrade/{1.3.3_schema/postgresql => 1.3.4_schema/mysql}/dolphinscheduler_dml.sql (100%)
 copy sql/upgrade/{1.3.2_schema/mysql => 1.3.4_schema/postgresql}/dolphinscheduler_ddl.sql (99%)
 copy sql/upgrade/{1.3.3_schema => 1.3.4_schema}/postgresql/dolphinscheduler_dml.sql (100%)