DalongZhenZ opened a new issue, #15506:
URL: https://github.com/apache/dolphinscheduler/issues/15506

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   i use seatunnel , the dolphin can't save the task, the config is:
   ----------------------
   env {
     parallelism = 25
     job.mode = "BATCH"
   }
   
   source {
      Kudu {
         parallelism = 25
         result_table_name = "gnss_yw_fxqyll_bak"
         kudu_master = "xxx:7051"
         kudu_table = "ads_gnss_yw_fxqyll_bak"
         columnsList = 
"`id`,`branum`,`bracolor`,`on_time`,`off_time`,`on_mileage`,`off_mileage`,`duration`,`mileage`,`on_lat`,`on_lng`,`off_lat`,`off_lng`,`risk_level`,`province`,`city`,`area`,`area_code`,`create_by`,`create_date`,`update_by`,`update_date`,`remarks`,`del_flag`"
       }
   }
   
   sink {
    Jdbc {
      connection_check_timeout_sec = 3000
      parallelism = 25
      primary_keys = ["id"] 
      url = "jdbc:mysql://xxx:33310/data-exchange?rewriteBatchedStatements=true"
      driver = "com.mysql.cj.jdbc.Driver"
      user = "root"
      password = "xxx"
      database = "data-exchange"
      table = "gnss_yw_fxqyll_bak"
      primary_keys = ["id"]
      generate_sink_sql = true
    }
   } 
   ------------------
   if i remove   columnsList =  this line , it can save, if config like upload, 
i can't save this work 
   
![image](https://github.com/apache/dolphinscheduler/assets/60906603/a7f1d8c3-1ba2-49e8-ad35-79ecccae89d7)
   
![image](https://github.com/apache/dolphinscheduler/assets/60906603/99a72e27-c994-4003-80f5-be02ba5858c2)
   
   
   ### What you expected to happen
   
   it's tips network error.  but i think  bacause vue syntax cause this wrong,  
the request doesn't  through java api, this wrong because vue, i can't know 
What specific error is it。 
   
   ### How to reproduce
   
   i don't know vue
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.1.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to