krutoileshii commented on issue #10308:
URL: https://github.com/apache/seatunnel/issues/10308#issuecomment-3726100265

   I think i got this working with existing config:
   
    ```
    map:
       engine*:
         map-store:
           enabled: true
           initial-mode: EAGER
           factory-class-name: 
org.apache.seatunnel.engine.server.persistence.FileMapStoreFactory
           properties:
             type: hdfs
             namespace: /seatunnel/engine/
             clusterName: seatunnel
             storage.type: s3
             s3.bucket: s3a://your-bucket
             fs.defaultFS: s3a://your-bucket
             fs.s3a.endpoint: your-endpoint
             fs.s3a.path.style.access: "true"
             fs.s3a.access.key: access_key
             fs.s3a.secret.key: secret_key
             fs.s3a.aws.credentials.provider: 
org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
   ```


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