hawk9821 commented on issue #7810:
URL: https://github.com/apache/seatunnel/issues/7810#issuecomment-2406594502

   
[https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/sink/Paimon.md#changelog](https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/sink/Paimon.md#changelog)
   Only the changelog-producer of ST paimon is supported the none and input 
mode.   `deletion-vectors.enabled=true` used the lookup mode
   ```
   env {
     parallelism = 1
     job.mode = "BATCH"
   }
   source {
     Jdbc {
       url = "jdbc:mysql://172.16.17.138:3306?rewriteBatchedStatements=true"
       driver = "com.mysql.cj.jdbc.Driver"
       connection_check_timeout_sec = 100
       user = "canal"
       password = "canal@time"
       table_path = "source.user"
       query = "select * from source.user"
       partition_column = "id"
       split.size = 10000
     }
   }
   
   
   sink {
     Paimon {
       warehouse = "hdfs:///tmp/paimon"
       database = "sink"
       table = "user3"
       paimon.table.write-props = {
         #bucket = 1
         #bucket-key="create_time"
         snapshot.num-retained.min = 3
         snapshot.num-retained.max = 10
         file.format = "orc"
       }
       paimon.hadoop.conf = {
         fs.defaultFS = "hdfs://nameservice1"
         dfs.nameservices = "nameservice1"
         dfs.ha.namenodes.nameservice1 = "nn1,nn2"
         dfs.namenode.rpc-address.nameservice1.nn1 = "dp06:8020"
         dfs.namenode.rpc-address.nameservice1.nn2 = "dp07:8020"
         dfs.client.failover.proxy.provider.nameservice1 = 
"org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider"
         dfs.client.use.datanode.hostname = "true"
       }
     }
   }
   ```
   
![image](https://github.com/user-attachments/assets/b8e8ee1b-6890-40f7-bd1d-937ad28c2071)
   


-- 
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