wuxizhi777 opened a new issue, #5552:
URL: https://github.com/apache/seatunnel/issues/5552

   ### 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
   
   import data only to   one machine  where the host has  multiple hosts[ 
host1:8123,host2:8123]]
   
   where  the   table in  clickhouse-sink  config   which engine is  not  set  
to   the type of  'Distributed'  。 the data   import  only to the one machine  
, in  this case  the machine  is  host1 。  the machine nameed host2 have not 
any data 
   
   
   ### SeaTunnel Version
   
   seatunnel 2.3.1
   
   ### SeaTunnel Config
   
   ```conf
   {
       "filter" : {},
       "transform" : [],
       "sink" : [
          {
                "database" : "damaiX",
                "password" : "",
                "save_mode" : "overwrite",
                "clickhouse.socket_timeout" : 100000,
                "host" : "host1:8123,host2:8123",
                "bulk_size" : 5000000,
          "fields" : [
                    "id",
                    "gazj",
                    "dt"
                 ],
                "plugin_name" : "clickhouse",
                "table" : "adm_dmp_user_id_replica",
                "username" : ""
        }
       ],
        "source" : [
           {
               "result_table_name" : "table_name",
               "pre_sql" : "select id,gazj, dt from table ",
                "plugin_name" : "hive"
            }
           ],
       "env" : {
          "spark.executor.memory" : "28g",
          "spark.sql.catalogImplementation" : "hive",
          "spark.default.parallelism" : 72,
          "spark.streaming.batchDuration" : 5,
          "spark.app.name" : "XXXXX.app.name",
          "spark.ui.port" : 13000,
          "spark.executor.cores" : 4,
          "spark.executor.instances" : 9,
          "spark.sql.shuffle.partitions" : 72,
          "spark.dynamicAllocation.enabled" : false
      }
    }
   ```
   
   
   ### Running Command
   
   ```shell
   sh ~/bin/setart-seatunnel-spark.sh --master yarn --deploy-mode client 
-config  xxx.config
   ```
   
   
   ### Error Exception
   
   ```log
   function error
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### 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]

Reply via email to