liunaijie commented on issue #6927:
URL: https://github.com/apache/seatunnel/issues/6927#issuecomment-2141364735

   and checkpoint also support config `hdfs_site_path` after 2.3.5. or you can 
checkpick this commit https://github.com/apache/seatunnel/pull/6547
   ```
   seatunnel:
     engine:
       checkpoint:
         storage:
           type: hdfs
           max-retained: 3
           plugin-config:
             storage.type: hdfs
             fs.defaultFS: hdfs://localhost:9000
             // if you used kerberos, you can config like this:
             kerberosPrincipal: your-kerberos-principal
             kerberosKeytabFilePath: your-kerberos-keytab
             // if you need hdfs-site config, you can config like this:
             hdfs_site_path: /path/to/your/hdfs_site_path
   ```
   
   
   
   


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