GitHub user cloverhearts opened a pull request:

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

    [ZEPPELIN-1412] add support multiline for pythonErrorIn method on python 
interpreter

    ### What is this PR for?
    currently, has not support multiline exception text on python interpreter.
    for example:
    
    ```
    Exception: blabla
    ```
    is error.
    
    but
    
    ```
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    Exception: test exception
    ```
    is sucess (now)
    
    
    to resolve this issue.
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    - [x] modification pythonErrorIn method
    - [x] add test case
    
    ### What is the Jira issue?
    
https://issues.apache.org/jira/browse/ZEPPELIN-1412?jql=project%20%3D%20ZEPPELIN%20AND%20status%20%3D%20Open
    
    ### How should this be tested?
    added test case.
    
    ### 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/cloverhearts/zeppelin dev/ZEPPELIN-1412

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

    https://github.com/apache/zeppelin/pull/1407.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 #1407
    
----
commit e6741348c9a5338141f90f6f91cc7dbb2c9e284a
Author: CloverHearts <[email protected]>
Date:   2016-09-06T06:35:45Z

    add multiline support pythonErrorIn method

----


---
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.
---

Reply via email to