You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i remove columnsList = this line , it can save, if config like upload, i can't save this work
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。
Search before asking
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
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: