[GitHub] incubator-beam pull request #974: BEAM-642 - Support Flink Detached Mode for...

2016-09-22 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-beam/pull/974


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


[GitHub] incubator-beam pull request #974: BEAM-642 - Support Flink Detached Mode for...

2016-09-19 Thread sumitchawla
GitHub user sumitchawla opened a pull request:

https://github.com/apache/incubator-beam/pull/974

BEAM-642 - Support Flink Detached Mode for JOB execution

FlinkRunner gives exception when job is submitted in detached mode.
Following code will throw exception:
{code}
 LOG.info("Execution finished in {} msecs", result.getNetRuntime()); 
{code}

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sumitchawla/incubator-beam master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-beam/pull/974.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 #974


commit 25482cc32fb04965b055d9ab376095d75e10080b
Author: Sumit Chawla 
Date:   2016-09-19T22:10:53Z

BEAM-642 - Support Flink Detached Mode for JOB execution




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