Update JDBCInterpreter.java

reformat code
This commit is contained in:
LeiWang 2017-04-04 21:43:36 +08:00 committed by GitHub
parent 067696aaea
commit b850a429d7

View file

@ -371,7 +371,8 @@ public class JDBCInterpreter extends Interpreter {
switch (authType) {
case KERBEROS:
if (user == null || "false".equals(property.getProperty("zeppelin.jdbc.auth.kerberos.proxy.enable"))) {
if (user == null ||
"false".equals(property.getProperty("zeppelin.jdbc.auth.kerberos.proxy.enable"))) {
connection = getConnectionFromPool(url, user, propertyKey, properties);
} else {
if (url.trim().startsWith("jdbc:hive")) {