GitHub user bzz opened a pull request:

    https://github.com/apache/zeppelin/pull/1124

    ZEPPELIN-1105: Python - add paragraph ERROR status on Error or Exception

    ### 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)
    ![screen shot 2016-07-04 at 21 30 
23](https://cloud.githubusercontent.com/assets/5582506/16560453/8fd0dddc-422e-11e6-9977-c3aea052db39.png)
    
    
    ### 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 <b...@apache.org>
Date:   2016-07-04T09:21:43Z

    Refactoring: rename and extract var assignment

commit 36e97cf0bc8ca6775ba2616e836e0b7151984645
Author: Alexander Bezzubov <b...@apache.org>
Date:   2016-07-04T12:16:01Z

    Python: include Python-dependant tests to 1 CI profile

commit e90860129648ba54aa20eeb3e2b6f6a7fa112f56
Author: Alexander Bezzubov <b...@apache.org>
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to