Re: Processing S3 data with Apache Flink
Posted by
Stephan Ewen on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Processing-S3-data-with-Apache-Flink-tp3046p3177.html
@Konstantin (2) : Can you try the workaround described by Robert, with the "s3n" file system scheme?
We are removing the custom S3 connector now, simply reusing Hadoop's S3 connector for all cases.
@Kostia:
You are right, there should be no broken stuff that is not clearly marked as "beta". For the S3 connector, that was a problem in the testing on our side and should not have happened.
In general, you can assume that stuff in "flink-contrib" is in beta status, as well as the stuff in "flink-staging" (although much of the staging stuff will graduate with the next release). All code not in these projects should be well functioning. We test a lot, so there should be not many broken cases like that S3 connector.
Greetings,
Stephan