GitHub user zjffdu opened a pull request:

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

    ZEPPELIN-3208. Use interpreter setting's name as its id

    ### What is this PR for?
    Interpreter setting's name is unique, so it is not necessary to use id to 
identify it. For now we use a random string to represent such id which is not 
easy to read especially when you read log for diagnose. But for backward 
compatibility, I will keep id and set it as the same as interpreter setting's 
name
    
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3208
    
    ### 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-3208

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

    https://github.com/apache/zeppelin/pull/2778.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 #2778
    
----
commit 56a33c24ac276df99d231d3f7dd41a3855a52091
Author: Jeff Zhang <zjffdu@...>
Date:   2018-02-07T10:25:46Z

    ZEPPELIN-3208. Use interpreter setting's name as its id

----


---

Reply via email to