Alex Ott created ZEPPELIN-4377: ---------------------------------- Summary: Interpreter doesn't start if interpreter ID contains space Key: ZEPPELIN-4377 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4377 Project: Zeppelin Issue Type: Bug Components: zeppelin-interpreter Reporter: Alex Ott
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)