You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/12/28 07:01:31 UTC

[dolphinscheduler] branch dev updated: [Bug-12868][UI] Data target type is only HDFS (#12902)

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

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 08052af7a1 [Bug-12868][UI] Data target type is only HDFS (#12902)
08052af7a1 is described below

commit 08052af7a17767dd9fcde7fd313e63f92ab0d4e5
Author: Sakura-2019 <53...@users.noreply.github.com>
AuthorDate: Wed Dec 28 15:01:25 2022 +0800

    [Bug-12868][UI] Data target type is only HDFS (#12902)
    
    Co-authored-by: Jay Chung <zh...@gmail.com>
---
 .../projects/task/components/node/fields/use-sqoop-target-type.ts     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts
index 5949def7ba..74530678d3 100644
--- a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts
+++ b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts
@@ -61,6 +61,10 @@ export function useTargetType(
       case 'MYSQL':
         if (srcQueryType === '1') {
           return [
+            {
+              label: 'HIVE',
+              value: 'HIVE'
+            },
             {
               label: 'HDFS',
               value: 'HDFS'