GitHub user springml opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/812

    [ZEPPELIN-789] Skip execution of a paragraph in case of error 

    ### What is this PR for?
    New option in paragraphs to skip execution, when notebook is executed as a 
whole and there were some errors in execution of the previous paragraphs.
    More details in jira ticket 
https://issues.apache.org/jira/browse/ZEPPELIN-789
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-789
    
    ### How should this be tested?
    * Build this PR
    * Create a notebook and add three paragraphs in it
    * Make sure the first paragraph results in error. Easy way is to have 
syntax error
    * Add some print statement in second paragraph and set skipOnError to true 
for second paragraph
    * Add some more print in third paragraph
    * Execute the notebook. Second paragraph execution should be skipped.
    * Now set skipOnError to false in second paragraph and execute the 
notebook. It should be executed as well.
    
    
    ### Screenshots (if appropriate)
    
![skiponerror](https://cloud.githubusercontent.com/assets/12737168/14239057/8d6e5298-fa55-11e5-88e0-26412f990851.png)
    
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? Yes
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/springml/incubator-zeppelin skipOnError

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

    https://github.com/apache/incubator-zeppelin/pull/812.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 #812
    
----
commit bab2f8a30853aadf9809f23a3acbe450637d787a
Author: Samuel Alexander <sam...@palmtreeinfotech.com>
Date:   2016-04-01T11:48:22Z

    SkipOnError feature

----


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