-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
close pending status job failed
SeaTunnel Version
2.3.9 and dev
SeaTunnel Config
{
"env": {
"job.mode": "batch"
"parallelism" : 50 // 大于slot数量
},
"source": [
{
"plugin_name": "FakeSource",
"plugin_output": "fake",
"row.num": 100,
"schema": {
"fields": {
"name": "string",
"age": "int",
"card": "int"
}
}
}
],
"transform": [
],
"sink": [
{
"plugin_name": "Console",
"plugin_input": ["fake"]
}
]
}
Running Command
bin/seatunnel.sh -c demo.jsonError Exception
pending,but close job failed
Zeta or Flink or Spark Version
2.3.9 and dev
Java or Scala Version
1.8
Screenshots

Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable

