You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by tillrohrmann <gi...@git.apache.org> on 2015/09/07 15:30:02 UTC

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-287] Adds proper standa...

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/288

    [ZEPPELIN-287] Adds proper standard output capturing to FlinkInterpreter

    The `FlinkInterpreter` only captures output to `Console` and, thus, misses all output which goes to `System.out`. Some of Flink's functions, such as `DataSet[T].print()`, print their results to `System.out`. Consequently Zeppelin's interpreter misses this output. This PR fixes this behaviour by redirecting `System.out` and by setting `System.out` as the `PrintStream` for `Console`.

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

    $ git pull https://github.com/tillrohrmann/incubator-zeppelin fixSysoutCapturing

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

    https://github.com/apache/incubator-zeppelin/pull/288.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 #288
    
----
commit d2820ad4592594fd46a9afc5018e328d6bdd8f61
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-09-07T13:03:52Z

    [ZEPPELIN-287] Adds proper standard output capturing to FlinkInterpreter

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-287] Adds proper standa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-zeppelin/pull/288


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-287] Adds proper standa...

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/288#issuecomment-138415343
  
    Looks good to me


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---