You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by jongyoul <gi...@git.apache.org> on 2018/06/10 08:56:11 UTC

[GitHub] zeppelin pull request #3014: ZEPPELIN-3422 Add JMX support

GitHub user jongyoul opened a pull request:

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

    ZEPPELIN-3422 Add JMX support

    ### What is this PR for?
    Providing JMX support optionally and add some MBeans for checking a basic status
    
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [x] - Add JMX options to `JAVA_OPTS`
    * [x] - Add Mbeans
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3422
    
    ### How should this be tested?
    * You can connect JMX with the port # of 9996 by defining `ZEPPELIN_JMX_ENABLE`
    
    ### 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/jongyoul/zeppelin ZEPPELIN-3422

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

    https://github.com/apache/zeppelin/pull/3014.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 #3014
    
----
commit 8f4f1c8dfbfe3ebed0f5d0dc7e74d9b33911c092
Author: Jongyoul Lee <jo...@...>
Date:   2018-06-10T08:05:35Z

    Add MBeans
    Add NotebookServerMBean to track connected users and to send message to them
    Add InterpreterSettingManagerMBean to get running interpreters

commit f6de068ce36ffcf30bcda8087102575f3f6a2b1b
Author: Jongyoul Lee <jo...@...>
Date:   2018-06-10T08:41:43Z

    Add commend line options and environment variables

commit 5ed993bca9eefee2a2044121c607a0a619b828dd
Author: Jongyoul Lee <jo...@...>
Date:   2018-06-10T08:55:05Z

    Revert unwanted file

----


---

[GitHub] zeppelin issue #3014: ZEPPELIN-3422 Add JMX support

Posted by jongyoul <gi...@git.apache.org>.
Github user jongyoul commented on the issue:

    https://github.com/apache/zeppelin/pull/3014
  
    Thanks. I'll merge it if there's no more discussion


---

[GitHub] zeppelin issue #3014: ZEPPELIN-3422 Add JMX support

Posted by jongyoul <gi...@git.apache.org>.
Github user jongyoul commented on the issue:

    https://github.com/apache/zeppelin/pull/3014
  
    I'd like to start to support JMX, and hope contributors - including me - add some useful features.


---

[GitHub] zeppelin pull request #3014: ZEPPELIN-3422 Add JMX support

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] zeppelin issue #3014: ZEPPELIN-3422 Add JMX support

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the issue:

    https://github.com/apache/zeppelin/pull/3014
  
    LGTM


---