Zhong Wang created ZEPPELIN-702:
-----------------------------------
Summary: Duplicated java option concats in common.sh
Key: ZEPPELIN-702
URL: https://issues.apache.org/jira/browse/ZEPPELIN-702
Project: Zeppelin
Issue Type: Bug
Components: Core
Affects Versions: 0.6.0
Reporter: Zhong Wang
Priority: Minor
There are some java option concats in common.sh, which are executed twice when
start an interpreter. This makes some of the options invalid, such as remote
debugging options.
Steps to reproduce:
1. Set remote debug options:
{code}
export
ZEPPELIN_INTP_JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=n
{code}
2. Start the Zeppelin daemon, then create & run a job to trigger starting an
interpreter. The job should fail without the fix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)