GitHub user sachingoel0101 opened a pull request: https://github.com/apache/flink/pull/966
[FLINK-1819][core]Allow access to RuntimeContext from Input and Output formats 1. Introduces new Rich Input and Output formats, similar to Rich Functions. 2. Makes all existing input and output formats rich, without any API breaking changes. 3. Provides RuntimeContext to GenericSink and GenericSource operators 4. DataSourceTask and DataSinkTask set DistributedUDFContext to their input and output formats respectively. 5. Complete access to RuntimeContext, including access to accumulators. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sachingoel0101/flink flink-1819 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/966.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 #966 ---- commit 627ee290fb88ac3e670fe86a734116b06f431ade Author: Sachin Goel <sachingoel0...@gmail.com> Date: 2015-07-31T04:36:20Z [FLINK-1819][core]Allow access to RuntimeContext from Input and Output formats ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---