You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by sachingoel0101 <gi...@git.apache.org> on 2015/08/02 11:19:38 UTC

[GitHub] flink pull request: [FLINK-1819][core]Allow access to RuntimeConte...

Github user sachingoel0101 commented on the pull request:

    https://github.com/apache/flink/pull/966#issuecomment-127003658
  
    @mxm , I've ported all existing IO formats to Rich IO formats. The unit test is consistently passing now.
    
    I also added a `postConfigure` function which allows user to access runtime context and setup things which use the runtime context, for example, accumulators. Its usage can be found in the unit test I've added. I found it impossible to guarantee the existence of `RuntimeContext` in the `configure` function itself.


---
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.
---