GitHub user kjmrknsn opened a pull request:

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

    [ZEPPELIN-3049] Add the notebook id and user name to the paragraph running 
log

    ### What is this PR for?
    Add the notebook id and user name to the paragraph running log so that 
Zeppelin administrators can check who ran which notebook's paragraph.
    
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3049
    
    ### How should this be tested?
    * Tested manually
    * I confirmed that the following logs are printed:
        * `INFO [2017-11-14 17:19:36,917] ({pool-2-thread-2} 
Paragraph.java[jobRun]:381) - Run paragraph [paragraph_id: 
20171114-171822_2006383248, interpreter: md, note_id: 2CZQ23DM7, user: user1]`
        * `INFO [2017-11-14 17:50:59,803] ({pool-2-thread-2} 
Paragraph.java[jobRun]:381) - Run paragraph [paragraph_id: 
20171101-170859_1328485804, interpreter: md, note_id: 2CYVGQ2WW, user: 
anonymous]`
    
    ### 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/kjmrknsn/zeppelin ZEPPELIN-3049

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

    https://github.com/apache/zeppelin/pull/2667.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 #2667
    
----
commit 970256956a4357c6753ec281dad86b33cbd2d02b
Author: Keiji Yoshida <kjmrk...@gmail.com>
Date:   2017-11-14T07:50:55Z

    [ZEPPELIN-3049] Add the notebook id and user name to the paragraph running 
log

----


---

Reply via email to