We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
close pending status job failed
2.3.9 and dev
{ "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"] } ] }
bin/seatunnel.sh -c demo.json
pending,but close job failed
1.8
![Image](https://github.com/user-attachments/assets/a0f76830-4a59-4809-ab
69-de57f8d738c1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
What happened
close pending status job failed
SeaTunnel Version
2.3.9 and dev
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
2.3.9 and dev
Java or Scala Version
1.8
Screenshots
![Image](https://github.com/user-attachments/assets/a0f76830-4a59-4809-ab
69-de57f8d738c1)
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: