You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by steveloughran <gi...@git.apache.org> on 2017/10/12 18:35:02 UTC

[GitHub] flink issue #4818: [FLINK-5706] [file systems] Add S3 file systems without H...

Github user steveloughran commented on the issue:

    https://github.com/apache/flink/pull/4818
  
    1. I hope you pick up Hadoop 2.8.1 for this, as it's got a lot of the optimisations
    1. And equally importantly: a later SDK
    1. Though not one of the more recent 1.11 SDKs, where support is yet to ship. That's a big single shaded aws-sdk JAR so things like joda-time, jackson, guava, etc, don't cause problems, just the detail of 50+MB more of .jar on the CP.
    
    Test wise, see how well your client works with a v4 endpoint like frankfurt, as there you also have to change the endpoint used.
    
    Otherwise, nothing obvious I'd flag up as dangerous


---