Jeff Zhang created ZEPPELIN-5493:
------------------------------------

             Summary: Remove prefix in jdbc interpreter
                 Key: ZEPPELIN-5493
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5493
             Project: Zeppelin
          Issue Type: Improvement
          Components: JdbcInterpreter
    Affects Versions: 0.10.0
            Reporter: Jeff Zhang


Currently, zeppelin allow user to run multiple kinds of sql in one interpreter, 
e.g.
{code:java}
 
%jdbc(db=mysql)

%jdbc(db=hive){code}
 

But this would make jdbc interpreter very complicated, and hard to maintain.

 

This ticket is to proposal to remove this feature, so that user need to create 
separated interpreter for each database.

e.g.
{code:java}
%mysql

%hive
 {code}



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

Reply via email to