GitHub user SleepyThread opened a pull request:

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

    Ability to specify Multiple results for each paragraph

    ### What is this PR for?
    Sometimes we need to have multiple visualizations with each result of the 
query. Currently, we can only do it by copying query which increases the load 
on the server.
    There should be a way to specify the number of result copies we want and 
the results should be duplicated in the UI.
    
    
    ### What type of PR is it?
    [ Feature | Documentation ]
    
    ### Todos
    * [Done] - Adding the abilty to specify the number of results in UI.
    * [Done] - Adding documentations for the same. 
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3035
    
    ### How should this be tested?
    * Open any new notebook and select the num results options in paragraph 
settings. 
    * Run paragraph and see the results. 
    
    ### Screenshots (if appropriate)
    
    
    
![image1](https://user-images.githubusercontent.com/858038/32418661-f7e8c1ec-c265-11e7-81fa-04c427a43abe.png)
    
    <img width="1438" alt="multiple_result_visualization" 
src="https://user-images.githubusercontent.com/858038/32418670-fcf49c1a-c265-11e7-8d9e-8dcfe546e25f.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/SleepyThread/zeppelin multiple_results

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

    https://github.com/apache/zeppelin/pull/2650.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 #2650
    
----
commit 5afb172dd634a0d6391822e457fb2eaa804123ff
Author: Akash <[email protected]>
Date:   2017-11-02T19:02:30Z

    First working commit for multiple results

commit 40ba6357b8bcc4b8baf45085cf2af3ce560abd0e
Author: Akash <[email protected]>
Date:   2017-11-05T20:03:31Z

    Adding Documentation for the same

----


---

Reply via email to