Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-3060

Unable to use interpreter names with special characters (e.g. dash or underscore)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 0.8.0
    • None
    • zeppelin-zengine
    • None

    Description

      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.

      E.g. having an interpreter named sparkT-group1 results in error:

      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)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aweise Andreas Weise
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: