You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Zhong Wang (JIRA)" <ji...@apache.org> on 2016/02/26 08:03:18 UTC

[jira] [Created] (ZEPPELIN-702) Duplicated java option concats in common.sh

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)