You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "George Klimov (JIRA)" <ji...@apache.org> on 2018/08/20 10:30:00 UTC

[jira] [Created] (ZEPPELIN-3738) Fix enabling JMX in ZeppelinServer

George Klimov created ZEPPELIN-3738:
---------------------------------------

             Summary: Fix enabling JMX in ZeppelinServer
                 Key: ZEPPELIN-3738
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3738
             Project: Zeppelin
          Issue Type: Bug
            Reporter: George Klimov
            Assignee: George Klimov


There is a typo in the system variable name *ZEPPELIN_JMX_ENABLE*: 
{code:java}
    // Register MBean
    if ("true".equals(System.getenv("ZEPPELIN_ENABLE_JMX"))) {
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)