Github user mxm commented on the pull request:
https://github.com/apache/flink/pull/1214#issuecomment-145044584
The current version of the detached mode doesn't really work for eager
execution calls like `count()` or `collect()`. Those calls will also be
executed detached and thus the result will never be available. I think we can
only get this to work if we move the handling of the eager execution into the
JobManager.
---
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.
---