mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
replace hive with generic method
This commit is contained in:
parent
a348e969a3
commit
9fee9d2a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ public class JDBCInterpreter extends Interpreter {
|
|||
property.getProperty("zeppelin.jdbc.auth.kerberos.proxy.enable"))) {
|
||||
connection = getConnectionFromPool(connectionUrl, user, propertyKey, properties);
|
||||
} else {
|
||||
if (url.trim().startsWith("jdbc:hive")) {
|
||||
if (basePropretiesMap.get(propertyKey).containsKey("proxy.user.property")) {
|
||||
connection = getConnectionFromPool(connectionUrl, user, propertyKey, properties);
|
||||
} else {
|
||||
UserGroupInformation ugi = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue