mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update JDBCInterpreter.java
change code style
This commit is contained in:
parent
444b6ab78b
commit
ba34a414b9
1 changed files with 2 additions and 2 deletions
|
|
@ -371,8 +371,8 @@ public class JDBCInterpreter extends Interpreter {
|
|||
|
||||
switch (authType) {
|
||||
case KERBEROS:
|
||||
if (user == null ||
|
||||
"false".equalsIgnoreCase(property.getProperty("zeppelin.jdbc.auth.kerberos.proxy.enable"))) {
|
||||
if (user == null || "false".equalsIgnoreCase(
|
||||
property.getProperty("zeppelin.jdbc.auth.kerberos.proxy.enable"))) {
|
||||
connection = getConnectionFromPool(url, user, propertyKey, properties);
|
||||
} else {
|
||||
if (url.trim().startsWith("jdbc:hive")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue