Hi all, Been hitting my head against a wall for the last few hours. The release notes for 1.6.2 show https://issues.apache.org/jira/browse/FLINK-9752 as resolved in 1.6.2. I am trying to upgrade and switch some things to use the StreamingFileSink against s3. However, when doing so, I get the following error:
Recoverable writers on Hadoop are only supported for HDFS and for Hadoop version 2.7 or newer I started digging into the code and looking deeper, I don't see the code at https://github.com/apache/flink/pull/6795 as being backported to 1.6.2? Was the Fix Version erroneous? If so, are there plans to backport it? If not, seems like that should be fixed in the release notes. I have been waiting for that functionality and we already build our own flink, so I am tempted to backport it onto 1.6.2... anything tricky about that? Thanks!