GitHub user bzz reopened a pull request:
https://github.com/apache/zeppelin/pull/1124
ZEPPELIN-1105: Python - add paragraph ERROR status
### What is this PR for?
Implement paragraph ERROR status for Python interpreter in case of Error or
Exception in the output.
### What type of PR is it?
Improvement
### What is the Jira issue?
[ZEPPELIN-1105](https://issues.apache.org/jira/browse/ZEPPELIN-1105)
### How should this be tested?
CI should pass, or
```
mvn
"-Dtest=org.apache.zeppelin.python.PythonInterpreterWithPythonInstalledTest"
test -pl python
```
should pass, or paragraph status should be ERROR for something like
```
import some-thing
```
### 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/bzz/incubator-zeppelin
ZEPPELIN-1105/python/add-paragraph-error-statu
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1124.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 #1124
----
commit 95ac612a2b436a715faaf859e28f6b01efdb2bb2
Author: Alexander Bezzubov <[email protected]>
Date: 2016-07-04T09:21:43Z
Refactoring: rename and extract var assignment
commit 36e97cf0bc8ca6775ba2616e836e0b7151984645
Author: Alexander Bezzubov <[email protected]>
Date: 2016-07-04T12:16:01Z
Python: include Python-dependant tests to 1 CI profile
commit e90860129648ba54aa20eeb3e2b6f6a7fa112f56
Author: Alexander Bezzubov <[email protected]>
Date: 2016-07-04T12:21:12Z
Python: add ERROR paragraph status on Error and Exception in output
----
---
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.
---