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

   ### 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
   
   using  CK File sync hive data to ck,total data count 2.3KW,using CK JDBC 
40m, using CK File 8h。
   
   From Spark Log, know generate data_local.log  spend 7h, from data_local.log 
to CK table file spend 5h
   
   
   
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   env {
     spark.app.name = "hive_to_ck_file"
     spark.executor.instances = 4
     spark.executor.cores = 1
     spark.executor.memory = "3g"
     // This configuration is required
     spark.sql.catalogImplementation = "hive"
     spark.executor.extraJavaOptions = "-Dfile.encoding=UTF-8"
     spark.driver.extraJavaOptions = "-Dfile.encoding=UTF-8"
     spark.hadoop.hive.exec.dynamic.partition = "true"
     spark.hadoop.hive.exec.dynamic.partition.mode = "nonstrict"
     spark.debug.maxToStringFields = 100000
   }
   source {
       hive {
           table_name = "dms_ddcx.xx_table"
           metastore_uri = "thrift://xxxxx:9083"
           result_table_name = "table"
           parallelism = 4
           read_partitions = ["dt=2023-10-30"]
       }
   }
   transform {}
   sink {
       ClickhouseFile {
           host = "xxx:8123"
           server_time_zone = "Asia/Shanghai"
           database = "dms_ddcx"
           parallelism = 4
           table = "xxxx"
           source_table_name = "xxxx"
           sharding_key = "diversion_id"
           username = "default"
           password = ""
           node_free_password = true
           clickhouse_local_path = "/opt/software/clickhouse local"
           node_pass = []
       }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   ./bin/start-seatunnel-spark-3-connector-v2.sh --master yarn --deploy-mode 
cluster --config config/hive_to_ck_test.config
   ```
   
   
   ### Error Exception
   
   ```log
   no error
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   spark 3.2.4
   
   ### Java or Scala Version
   
   java 1.8
   
   ### Screenshots
   
   <img width="1393" alt="image" 
src="https://github.com/apache/seatunnel/assets/35752202/6f7857e7-e5ef-48d7-875c-4f69d62bc243";>
   
   
   ### 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