You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Prabhjyot Singh (Jira)" <ji...@apache.org> on 2020/03/11 12:40:00 UTC

[jira] [Created] (ZEPPELIN-4679) Interpreter doesn't start if interpreter ID contains space

Prabhjyot Singh created ZEPPELIN-4679:
-----------------------------------------

             Summary: Interpreter doesn't start if interpreter ID contains space
                 Key: ZEPPELIN-4679
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4679
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-interpreter
    Affects Versions: 0.9.0, 0.8.2
            Reporter: Alex Ott
            Assignee: Alex Ott
             Fix For: 0.9.0, 0.8.3


I was experimenting with JDBC interpreter for DSE's AlwaysOn SQL Service, and created a new interpreter in UI that had the name "JDBC (AOSS)". When I did use this interpreter in the notebook, the process didn't start because of the space in the command:

{noformat}
java.lang.RuntimeException: /Users/ott/work/zeppelin/zeppelin-head/bin/interpreter.sh: eval: line 231: syntax error near unexpected token `(' /Users/ott/work/zeppelin/zeppelin-head/bin/interpreter.sh: eval: line 231: `/Users/ott/.jenv/versions/1.8/bin/java -Dfile.encoding=UTF-8 -Dlog4j.configuration=file:///Users/ott/work/zeppelin/zeppelin-head/conf/log4j.properties -Dzeppelin.log.file=/Users/ott/work/zeppelin/zeppelin-head/logs/zeppelin-interpreter-AOSS (JDBC)-ott-thorium.local.log -Xms1024m -Xmx1024m -XX:MaxPermSize=512m -cp :/Users/ott/work/zeppelin/zeppelin-head/local-repo/AOSS (JDBC)/*:/Users/ott/work/zeppelin/zeppelin-head/interpreter/jdbc/*:/Users/ott/work/zeppelin/zeppelin-head/zeppelin-interpreter/target/lib/*::/Users/ott/work/zeppelin/zeppelin-head/zeppelin-interpreter/target/classes:/Users/ott/work/zeppelin/zeppelin-head/zeppelin-interpreter/target/test-classes:/Users/ott/work/zeppelin/zeppelin-head/zeppelin-zengine/target/test-classes org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer 10.151.0.177 55431 :' 
{noformat}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)