GitHub user jongyoul opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/957
ZEPPELIN-900 Show interpreter logs in front side's result area while
processing
### What is this PR for?
Showing logs while running paragraph. This is POC level now.
### What type of PR is it?
[Improvement]
### Todos
* [x] - PoC
* [ ] - TBD
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-900
### How should this be tested?
Just build and run long running command
```
%sh
sleep 10 && echo "success"
```
```
sc.version
sc.parallelize(1 to 100000).map(p => p/100 ->
p).reduceByKey(_+_).collect().foreach(println)
Thread.sleep(10000)
```
### Screenshots (if appropriate)
### 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/jongyoul/incubator-zeppelin ZEPPELIN-900
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/957.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 #957
----
commit 38f01eaf5cdf608f1aadec1b319459735ae62952
Author: Jongyoul Lee <[email protected]>
Date: 2016-06-03T17:52:50Z
Changed getProgress method to return log and progress
POC level
----
---
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.
---