Github user sachingoel0101 commented on the pull request:

    https://github.com/apache/flink/pull/1214#issuecomment-145810314
  
    @mxm , what I'm doing right now is throwing an exception whenever a eager 
execution function is called in detached mode. However, like you said, maybe 
the results should be written to a file on the job manager, and we can maintain 
that information in `JobInfo`. These results can be served to the user from the 
web frontend under a separate tab for `Outputs`.
    I can see where the relevant changes would be. In `JobManager.scala`, under 
the case check for `JobStatusChanged`, whenever the `Client` ref is none, we 
just write the accumulator results to a file. 
    However, I'm not very familiar with how to access type serializes and type 
information for de-serializing the results. Can you help with that?


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

Reply via email to