MadaoJikong opened a new issue, #6643: URL: https://github.com/apache/seatunnel/issues/6643
### 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 1、S3问题。Source 是S3,Sink是clickhouse S3File,同步到mysql的时候是可以的。同步到clickhouse的时候报错。类似的配置,换成 LocalFile 和 FtpFile的时候 ,sink 是clickhouse且配置跟source是S3时一样,就不会报错,且同步成功。(我在上面的操作 就避免了S3File配置异常、clickhouse配置异常的问题)。但Source S3File ,Sink clickhouse 同步是失败的。 2、Source是iceberg。catalog_type 是hive,iceberg连的hdfs是HA模式。是如何配置?我看文档没有,照着文档配会报找不到地址什么的错误。我是这么解决的。在安装seatunnel的目录下 有个lib文件,有个seatunnel-hadoop3-3.1.4-uber.jar jar包,放进去配置好的 hdfs-site.xml 解决。是否有更好的方式?总不能换个环境 就往jar包里替换下hdfs-site.xml 配置 ### SeaTunnel Version 2.3.4 ### SeaTunnel Config ```conf 无 ``` ### Running Command ```shell 无 ``` ### Error Exception ```log 测一测吧 ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] 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]
