Andreas Weise created ZEPPELIN-3060:
---------------------------------------

             Summary: Unable to use interpreter names with special characters 
(e.g. dash or underscore)
                 Key: ZEPPELIN-3060
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3060
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-zengine
    Affects Versions: 0.8.0
            Reporter: Andreas Weise


That's a regression introduced with ZEPPELIN-3013.

Using dash or underscoe characters in interpreter name results in the following 
error when running a note.

{noformat}
Either no interpreter named sparkT or it is not binded to this note
java.lang.RuntimeException: Either no interpreter named sparkT or it is not 
binded to this note
        at 
org.apache.zeppelin.interpreter.InterpreterFactory.getInterpreter(InterpreterFactory.java:100)
        at 
org.apache.zeppelin.notebook.Paragraph.getBindedInterpreter(Paragraph.java:238)
        at org.apache.zeppelin.notebook.Paragraph.execute(Paragraph.java:348)
        at org.apache.zeppelin.notebook.Note.run(Note.java:618)
        at 
org.apache.zeppelin.socket.NotebookServer.persistAndExecuteSingleParagraph(NotebookServer.java:1817)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to