GitHub user Leemoonsoo opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/593
[ZEPPELIN-553] Add InterpreterOutput for providing another way of passing
output from Interpreter to front-end
### What is this PR for?
This PR adds another way of passing output from Interpreter to the
front-end.
Writing interpreter result to OutputStream will be required for
[ZEPPELIN-554](https://issues.apache.org/jira/browse/ZEPPELIN-554) (future work)
### What type of PR is it?
Feature
### Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-553
### How should this be tested?
Adding internal API. Unittest included.
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Leemoonsoo/incubator-zeppelin output_stream
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/593.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 #593
----
commit 776153302f1ec0758c7c4f64858f067d3e5273c7
Author: Lee moon soo <[email protected]>
Date: 2015-12-22T03:09:31Z
prepend interpreteroutputstream to interpreter result
commit b8fb1822bae85b6ac934d9e101be442bac3aefc5
Author: Lee moon soo <[email protected]>
Date: 2015-12-22T03:10:53Z
Add InterpreterOutput
commit 44586784727d25181a492ab549b174dfedd4beb9
Author: Lee moon soo <[email protected]>
Date: 2015-12-27T20:32:31Z
Implement InterpreterResult.toString
commit c9c7c3ca1e51af14511a994270399192002694f2
Author: Lee moon soo <[email protected]>
Date: 2015-12-27T20:36:32Z
Update test
commit 0d4da773c5899ed7dc8f2282f1ab16ddc03bb730
Author: Lee moon soo <[email protected]>
Date: 2015-12-27T20:42:06Z
Update test
commit 98377bb5fb5f4491efdc9080e14e55ee653c12af
Author: Lee moon soo <[email protected]>
Date: 2015-12-27T20:53:01Z
Update test
----
---
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.
---