hanyujunsir opened a new issue, #3905: URL: https://github.com/apache/incubator-seatunnel/issues/3905
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Configuration file : env { execution.parallelism = 2 job.mode = "BATCH" } source { Hive { table_name = "ads_yunpos.ads_yunpos_data_overview_month" metastore_uri = "thrift://172.17.5.85:9083" } } transform { sql { sql = "select * from ads_yunpos.ads_yunpos_data_overview_month" } } sink { Clickhouse { host = "172.17.5.84:8123" database = "ads_yunpos" table = "ads_yunpos_data_overview_month5" fields = ["first_p", "second_p", "seq", "cnt", "brand", "busi_type", "ym"] username = "default" password = "" bulk_size = 20000 } } Execute the startup command and report an error. ### SeaTunnel Version 2.3.0 ### SeaTunnel Config ```conf Configuration file : env { execution.parallelism = 2 job.mode = "BATCH" } source { Hive { table_name = "ads_yunpos.ads_yunpos_data_overview_month" metastore_uri = "thrift://172.17.5.85:9083" } } transform { sql { sql = "select * from ads_yunpos.ads_yunpos_data_overview_month" } } sink { Clickhouse { host = "172.17.5.84:8123" database = "ads_yunpos" table = "ads_yunpos_data_overview_month5" fields = ["first_p", "second_p", "seq", "cnt", "brand", "busi_type", "ym"] username = "default" password = "" bulk_size = 20000 } } ``` ### Running Command ```shell ./bin/start-seatunnel-spark-connector-v2.sh \ --master local[4] \ --deploy-mode client \ --config ./config/spark.streaming.conf.template2 ``` ### Error Exception ```log Exception StackTrace:org.apache.seatunnel.core.starter.exception.CommandExecuteException: Writing job aborted ``` ### Flink or Spark Version spark : 2.3.3 ### Java or Scala Version java8 ### 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]
