xuefengshuai opened a new issue, #7506: URL: https://github.com/apache/seatunnel/issues/7506
### 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 使用flink同步kafka到hive, ### SeaTunnel Version 2.3.6 ### SeaTunnel Config ```conf env { parallelism =1 job.mode = "BATCH" } source { Kafka { schema = { fields { test = "string" } } format = json topic = "test" format_error_handle_way = "skip" bootstrap.servers = "***:**" kafka.config = { client.id = client_1 max.poll.records = 500 start_mode = "timestamp" start_mode.timestamp="1724658555000" enable.auto.commit = "false" format_error_handle_way = "skip" } } } sink { Hive { table_name = "data_ods.test" metastore_uri = "*" } } ``` ### Running Command ```shell /opt/apache-seatunnel-2.3.6/bin/start-seatunnel-flink-15-connector-v2.sh --config test --deploy-mode run --target yarn-per-job ``` ### Error Exception ```log 无 ``` ### Zeta or Flink or Spark Version flink1.16.2 ### Java or Scala Version 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]
