You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (Jira)" <ji...@apache.org> on 2021/08/23 14:42:00 UTC

[jira] [Created] (ZEPPELIN-5493) Remove prefix in jdbc interpreter

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)