GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2013
[FLINK-3927][yarn] make container id consistent across Hadoop versions Fixes a bug where the container id generation would vary across Hadoop versions of the client/cluster. The ResourceManager assumes a persistent resource id. Based on #2012, to re-enable the Yarn tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink FLINK-3927 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2013.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 #2013 ---- commit 422e078c93b558dba3d0c6a53643824198e2c545 Author: Maximilian Michels <m...@apache.org> Date: 2016-05-19T12:29:12Z [FLINK-3927][yarn] make container id consistent across Hadoop versions - introduce a unique container id independent of the Hadoop version - improve printing of exceptions during registration - minor improvements to the Yarn ResourceManager code commit c27fc8553f4dc0fbcee09c52848477cff2de0b11 Author: Maximilian Michels <m...@apache.org> Date: 2016-05-19T15:59:23Z [FLINK-3938] re-enable Yarn tests As of 70978f560fa5cab6d84ec27d58faa2627babd362, the Yarn tests were not executed anymore. They were moved to the test directory but there was still a Maven configuration in place to change the test directory. ---- --- 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. ---