GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/1583
ExecutionConfig to JobGraph.
This makes the ExecutionConfig available to the Task. In a nutshell, the
ExecutionConfig is attached to the JobGraph which is sent to the JobManager.
The JobManager passes it to the ExecutionGraph, and, later on, to the
TaskDeploymentDescriptor, and the TaskManager puts it into the Environment,
which is visible to the AbstractInvocable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink config_to_jobgraph
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1583.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 #1583
----
commit 58308ddd7be38d9019c77738e4faebf05c92cc12
Author: Aljoscha Krettek <[email protected]>
Date: 2016-02-03T10:07:38Z
[hotfix] Fix typos in Trigger.java
commit ce3645d3d965a063696af3c56ca9cb0b8be3b36c
Author: Kostas Kloudas <[email protected]>
Date: 2016-02-03T12:58:12Z
Attaches the ExecutionConfig to the JobGraph and propagates it to the Task
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 [email protected] or file a JIRA ticket
with INFRA.
---