Sagar Kulkarni created ZEPPELIN-821: ---------------------------------------
Summary: Multiple interpreters of the same component are not working Key: ZEPPELIN-821 URL: https://issues.apache.org/jira/browse/ZEPPELIN-821 Project: Zeppelin Issue Type: Bug Components: Interpreters, zeppelin-interpreter Affects Versions: 0.6.0 Reporter: Sagar Kulkarni Zeppelin allows to declare any interpreter as many times as we want. However, when another interpreter of the same component (say hive with name hive2) is created with different settings and tried to run any paragraph with that interpreter, it throws an error saying "interpreter not found". This does is independent of specific interpreter (like spark,etc), i.e., this bug is common for other interpreters, too. Reproduce : 1. Create a new interpreter from Interpreter page (say name : hive2, Interpreter : hive, with new verifiable settings). 2. Open a notebook and try to run a paragraph with this new interpreter. Example : %hive2 show tables This loses the logical functionality of multiple interpreters. -- This message was sent by Atlassian JIRA (v6.3.4#6332)