danny0405 commented on issue #4297:
URL: https://github.com/apache/hudi/issues/4297#issuecomment-993122359


   > > 
   > 
   > > Flink use its own plugin to support filesystems other than HDFS. Hudi 
adapter to different DFS by extending the `FileSystem` interface directly.
   > 
   > How to solve it?thanks
   
   Hudi did depend on the hadoop `FileSystem` interface, what we need to do is 
adding the aws s3 `FileSystem` impl codes in the classpath, and it's specific 
configuration should also be configured in hadoop `Configuration`, you can 
reference the `StreamerUtil.getHadoopConf` how we fetch the hadoop 
configuration in the flink pipeline.


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