GitHub user zjffdu opened a pull request:

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

    ZEPPELIN-3617. Allow to specify saving resourceName as paragraph property

    ### What is this PR for?
    This is allow user to specify resourceName when they want to save the 
paragraph result into ResourcePool. Before this PR, user don't have control on 
what name of the saving resource name. It is associated with noteId and 
paragraphId, but this is not a good solution. Because when you clone the note, 
noteId will be changed, and you have to change the noteId in code as well. This 
PR is trying to allow user to set resource Name for the saving paragraph 
result. 
    
    
    ### What type of PR is it?
    [ Feature |g]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3617
    
    ### How should this be tested?
    * CI pass
    
    ### 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/zjffdu/zeppelin ZEPPELIN-3617

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

    https://github.com/apache/zeppelin/pull/3065.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 #3065
    
----
commit 4bbff1ff2adbc2a3fce299b4d5143fa0f1213471
Author: Jeff Zhang <zjffdu@...>
Date:   2018-07-12T06:28:02Z

    ZEPPELIN-3617. Allow to specify saving resourceName as paragraph property

----


---

Reply via email to