Deha Peker created ZEPPELIN-4278:
------------------------------------
Summary: bin/common.cmd script error
Key: ZEPPELIN-4278
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4278
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.8.1
Reporter: Deha Peker
Attachments: common.cmd
bin/*common.cmd* Windows script line 77 closing bracket is wrong:
'*{color:#d04437}}{color}*'
closing bracked needs to be changed to correct closing symbol as;
'{color:#205081}*)*{color}'
if defined ZEPPELIN_JMX_ENABLE (
if not defined ZEPPELIN_JMX_PORT (
set ZEPPELIN_JMX_PORT="9996"
{color:#d04437}*}*{color}
set JMX_JAVA_OPTS=" -Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=${ZEPPELIN_JMX_PORT}
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false"
set ZEPPELIN_JAVA_OPTS=%JMX_JAVA_OPTS% %ZEPPELIN_JAVA_OPTS
)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)