You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/30 15:56:24 UTC

[GitHub] art4ul commented on issue #6608: [FLINK-10203]Support truncate method for old Hadoop versions in HadoopRecoverableFsDataOutputStream

art4ul commented on issue #6608: [FLINK-10203]Support truncate method for old Hadoop versions in HadoopRecoverableFsDataOutputStream
URL: https://github.com/apache/flink/pull/6608#issuecomment-434359231
 
 
   @StephanEwen I really like your idea regarding recoverable writer with "Recover for resume" property. I found the method which you are talking about:
   ```boolean supportsResume()```
   in [RecoverableWriterm](https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/core/fs/RecoverableWriter.java) interface, but as far as I can see this method is not using in the Flink project. 
   Using search by the whole project I found only implementation of this method, but no one invocation of the method https://github.com/apache/flink/search?q=supportsResume&unscoped_q=supportsResume

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services