litiliu opened a new issue, #7163: URL: https://github.com/apache/seatunnel/issues/7163
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened We are using a standalone cluster that doesn't exit to run the Seatunnel jobs submitted to it. After that cluster has been running for days, we found : There are lots of jars named `flink-table-planner*.jar` under the tmp folder, which has used up most of the available storage  This jar was created when the method org.apache.flink.table.planner.loader.PlannerModule#PlannerModule runs.  We hope the dependency on the flink-table-planner module can be removed. ### SeaTunnel Version 2.3.5 ### SeaTunnel Config ```conf { "env": { "job.mode": "BATCH", "parallelism": 1 }, "source": [ { "plugin_name": "FakeSource", "result_table_name": "fake", "row.num": 100, "schema": { "fields": { "name": "string", "gender": "boolean", "card": "int" } } } ], "sink": [ { "plugin_name": "Console", "source_table_name": "fake" } ] } ``` ### Running Command ```shell org.apache.seatunnel.example.flink.v2.SeaTunnelApiExample ``` ### Error Exception ```log There are lots of jars named `flink-table-planner*.jar` under the tmp folder, which has used up most of the available storage  ``` ### Zeta or Flink or Spark Version flink 1.15.4 ### Java or Scala Version java8 ### Screenshots _No response_ ### Are you willing to submit PR? - [X] 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: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org