Zeno Zeng created ZEPPELIN-5211:
-----------------------------------
Summary: Setting zeppelin.jdbc.auth.type to KERBEROS didn't work
Key: ZEPPELIN-5211
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5211
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.9.0
Reporter: Zeno Zeng
According to the JDBC Interpreter document
([https://github.com/apache/zeppelin/blob/master/docs/interpreter/jdbc.md]), we
should use {{zeppelin.jdbc.auth.type}}, but It is observed in the JDBC
Interpreter that:
* Setting {{zeppelin.jdbc.auth.type}} to {{KERBEROS}} didn't work
* Setting {{default.zeppelin.jdbc.auth.type}} to {{KERBEROS}} works
In {{protected boolean isKerboseEnabled()}}, we use
{{getProperty("zeppelin.jdbc.auth.type")}}, but in {{public Connection
getConnection(String dbPrefix, InterpreterContext context)}},
{{jdbcUserConfigurations.getPropertyMap(dbPrefix).getProperty("zeppelin.jdbc.auth.type",
"SIMPLE")}} was used.
See also: https://github.com/apache/zeppelin/pull/4029
--
This message was sent by Atlassian Jira
(v8.3.4#803005)