You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by sjwiesman <gi...@git.apache.org> on 2017/04/21 16:00:53 UTC

[GitHub] flink pull request #3752: [FLINK-6306] [filesystem-connectors] Sink for even...

GitHub user sjwiesman opened a pull request:

    https://github.com/apache/flink/pull/3752

    [FLINK-6306] [filesystem-connectors] Sink for eventually consistent file systems

    https://issues.apache.org/jira/browse/FLINK-6306
    
    This PR introduces a bucketer for eventually consistent file systems such as Amazon S3, guaranteeing exactly once output across failure and concurrent checkpoints (thank you @StephanEwen). I have attempted to keep the api as similar the the BucketingSink as possible including the shared use of writers for specifying output format. 
    
    Currently there is documentation in the form of javadoc, once the api is settled I will make another PR with updated documentation.  

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sjwiesman/flink FLINK-6306

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3752.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3752
    
----
commit c778ce282e60577f1d9a105e9cffa295938642b9
Author: Seth Wiesman <sw...@mediamath.com>
Date:   2017-04-14T19:11:53Z

    FLINK-6306 Sink for eventually consistent file systems
    
    https://issues.apache.org/jira/browse/FLINK-6306

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #3752: [FLINK-6306] [filesystem-connectors] Sink for eventually ...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/3752
  
    This is a very nice addition, thank's a lot for contributing it!
    
    Flink 1.3 is approaching feature freeze and there are a few critical issues that @tzulitai and me are working on. Once we are through with those, we'll take a look at this issue. Please bear with us for a few more days...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #3752: [FLINK-6306] [filesystem-connectors] Sink for eventually ...

Posted by sjwiesman <gi...@git.apache.org>.
Github user sjwiesman commented on the issue:

    https://github.com/apache/flink/pull/3752
  
    @tzulitai you took interest in the jira ticket, would you be willing to review this? 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #3752: [FLINK-6306] [filesystem-connectors] Sink for even...

Posted by sjwiesman <gi...@git.apache.org>.
Github user sjwiesman closed the pull request at:

    https://github.com/apache/flink/pull/3752


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---