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 <jongyoul@...> 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 <jongyoul@...> Date: 2018-06-10T08:41:43Z Add commend line options and environment variables commit 5ed993bca9eefee2a2044121c607a0a619b828dd Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-10T08:55:05Z Revert unwanted file ---- ---