robert-guangzhou opened a new pull request #5963: URL: https://github.com/apache/dolphinscheduler/pull/5963
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request add common jdbc support of sqoop task. <!--(For example: This pull request adds checkstyle plugin).--> ## Brief change log modify: 1. mysql target/source of sqoop 2. sqoop.vue to support common jdbc . <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verify this pull request some data like follow data will saved in table t_ds_task_definition. {"jobType":"TEMPLATE","localParams":[],"jobName":"mks_inst_active_from_hive","hadoopCustomParams":[],"sqoopAdvancedParams":[],"concurrency":1,"modelType":"export","sourceType":"HIVE","targetType":"JDBC","targetParams":"{\"targetType\":\"POSTGRESQL\",\"targetDatasource\":3,\"targetTable\":\"mks_inst_active_from_hive\",\"targetColumns\":\"\",\"fieldsTerminated\":\"\",\"linesTerminated\":\"\",\"preQuery\":\"\",\"isUpdate\":false,\"targetUpdateKey\":\"\",\"targetUpdateMode\":\"allowinsert\"}","sourceParams":"{\"hiveDatabase\":\"default\",\"hiveTable\":\"mks_inst_active\",\"hivePartitionKey\":\"\",\"hivePartitionValue\":\"\"}","conditionResult":"{\"successNode\":[\"\"],\"failedNode\":[\"\"]}","dependence":"{}"} {"jobType":"TEMPLATE","localParams":[],"jobName":"mks_inst_active_from_hive","hadoopCustomParams":[],"sqoopAdvancedParams":[],"concurrency":1,"modelType":"import","sourceType":"JDBC","targetType":"HIVE","targetParams":"{\"hiveDatabase\":\"default\",\"hiveTable\":\"mks_inst_active_from_hive\",\"createHiveTable\":false,\"dropDelimiter\":false,\"hiveOverWrite\":true,\"replaceDelimiter\":\"\",\"hivePartitionKey\":\"\",\"hivePartitionValue\":\"\"}","sourceParams":"{\"srcType\":\"POSTGRESQL\",\"srcDatasource\":3,\"srcTable\":\"mks_inst_active\",\"srcQueryType\":\"0\",\"srcQuerySql\":\"\",\"srcColumnType\":\"0\",\"srcColumns\":\"\",\"srcConditionList\":[],\"mapColumnHive\":[],\"mapColumnJava\":[]}","conditionResult":"{\"successNode\":[\"\"],\"failedNode\":[\"\"]}","dependence":"{}"} the ui was test in window 10 with follow setting: npm ls|findstr vue | | `-- [email protected] | | `-- [email protected] deduped +-- @riophae/[email protected] | +-- [email protected] deduped +-- [email protected] +-- [email protected] | +-- [email protected] deduped +-- [email protected] | `-- [email protected] +-- UNMET DEPENDENCY [email protected] +-- [email protected] | +-- @vue/[email protected] | | `-- [email protected] | +-- [email protected] | `-- [email protected] deduped +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] npm ERR! missing: [email protected], required by [email protected] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
