fhj123456789 opened a new issue, #5411: URL: https://github.com/apache/seatunnel/issues/5411
### 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 When I submitted the Sink job for ClickHouseFile using Yarn mode, although I placed the clickhouse-client file on all Yarn nodes, the program still reported an error ErrorDescription: [Clickhouse local file not exists] I am very confident that the clickhouse client file has been uploaded to each Yarn node ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf sink { ClickhouseFile { source_table_name = "clickhouse" server_time_zone = "Asia/Shanghai" host = "xx:xx" database = "xx" table = "xxx" username = "xx" password = "xx" clickhouse_local_path = "/home/clickhouse-local" node_free_password = false node_pass = [{ node_address = "xxx" password = "xxx" },{ node_address = "xxx" password = "xx" }] } } ``` ### Running Command ```shell --class "org.apache.seatunnel.core.starter.spark.SeaTunnelSpark" --name "SeaTunnel" --master "yarn" --deploy-mode "client" --jars "/home/xxx/seatunnel-2.3.3/lib/seatunnel-transforms-v2.jar,/home/xxx/seatunnel-2.3.3/connectors/seatunnel/connector-clickhouse-2.3.3.jar,/home/xxx/seatunnel-2.3.3/connectors/seatunnel/connector-file-hadoop-2.3.3.jar" --conf "job.mode=BATCH" --conf "execution.parallelism=5" /home/xxx/seatunnel-2.3.3/starter/seatunnel-spark-2-starter.jar --config "../config/spark.v2.itassert.config" --master "yarn" --deploy-mode "client" --name "SeaTunnel" ``` ### Error Exception ```log ErrorDescription:[Clickhouse local file not exists] - clickhouse local file not exists ``` ### Zeta or Flink or Spark Version spark ### Java or Scala Version java 1.8 ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
