GitHub user vipul1409 opened a pull request:

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

    ZEPPELIN-1364: Return only the ran paragraph details for indiviual 
paragraph run.

    ### What is this PR for?
    If you run a note book having lots of paragraphs and few images and svgs. 
Every paragraph run sends the complete notebook instead of sending the details 
of just the executed paragraph. We can see good performance gain if we send 
only the details of ran paragraph.
    
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
    * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. 
[ZEPPELIN-533]
    
    https://issues.apache.org/jira/browse/ZEPPELIN-1364
    
    ### How should this be tested?
    Create a notebook with few large images etc. so that note.json size is 
around 4 MB and run 
    %sh ls . It will take very long without this fix. 
    
    ### 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/vipul1409/zeppelin ZEPPELIN-1364

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

    https://github.com/apache/zeppelin/pull/1357.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 #1357
    
----
commit 71eb7d42b07f37202f1969e7fa9be22c7e3bb1f2
Author: Vipul Modi <vip...@qubole.com>
Date:   2016-08-24T13:15:42Z

    Return only the ran paragraph details for indiviual paragraph run.

----


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