You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "sam mussell (JIRA)" <ji...@apache.org> on 2017/03/23 15:43:41 UTC

[jira] [Created] (ZEPPELIN-2310) Cannot use credentials with JDBC prefix feature

sam mussell created ZEPPELIN-2310:
-------------------------------------

             Summary: Cannot use credentials with JDBC prefix feature
                 Key: ZEPPELIN-2310
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2310
             Project: Zeppelin
          Issue Type: Bug
          Components: documentation, Interpreters
    Affects Versions: 0.7.0
            Reporter: sam mussell
            Priority: Minor


It could be that I am missing something, its not clear in the docs, but I want to be able to use the user credentials feature with the JDBC interpreter prefixes.

As it is working now, if I have an interpreter named jdbc, I can configure credentials for jdbc.jdbc and as long as I delete default.user and default.password it will authenticate successfully.  However if inside my jdbc configuration I have multiple prefixes for multiple connections, for example:

connection1.driver = com.mysql.jdbc.Driver
connection1.url = ...

connection2.driver = org.postgresql.Driver
connection2.url = ...

I can access these credentials successfully in the notebook using:

%jdbc(connection1)

But there does not seems to be a way to use the credentials feature to provide multiple credentials for a single interpreter.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)