Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [SEATUNNEL] work can not save #15506

Closed
2 of 3 tasks
DalongZhenZ opened this issue Jan 18, 2024 · 1 comment
Closed
2 of 3 tasks

[Bug] [SEATUNNEL] work can not save #15506

DalongZhenZ opened this issue Jan 18, 2024 · 1 comment
Labels
bug Something isn't working Waiting for reply Waiting for reply

Comments

@DalongZhenZ
Copy link
Contributor

Search before asking

  • I had searched in the issues 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
image

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

@DalongZhenZ DalongZhenZ added bug Something isn't working Waiting for reply Waiting for reply labels Jan 18, 2024
@DalongZhenZ
Copy link
Contributor Author

image
i want to know what's reason cause this wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Waiting for reply Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant