This is an automated email from the ASF dual-hosted git repository.
pdallig pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 0dc6afc [HOTFIX] fix checkstyle
0dc6afc is described below
commit 0dc6afc6ffcb817276f974202b315eeb5ef6b822
Author: Philipp Dallig <[email protected]>
AuthorDate: Tue Jan 5 16:06:55 2021 +0100
[HOTFIX] fix checkstyle
---
jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
b/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
index be14d08..43a0d43 100644
--- a/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
+++ b/jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
@@ -196,7 +196,7 @@ public class JDBCInterpreter extends KerberosInterpreter {
LOGGER.error("Unable to run kinit for zeppelin", e);
}
LOGGER.debug("Neither Keytab nor ticket based login. " +
- "runKerberosLogin() returning false");
+ "runKerberosLogin() returning false");
return false;
}
@@ -517,7 +517,7 @@ public class JDBCInterpreter extends KerberosInterpreter {
break;
case "KERBEROS":
LOGGER.debug("Calling createSecureConfiguration(); this will do " +
- "loginUserFromKeytab() if required");
+ "loginUserFromKeytab() if required");
JDBCSecurityImpl.createSecureConfiguration(getProperties(),
UserGroupInformation.AuthenticationMethod.KERBEROS);
LOGGER.debug("createSecureConfiguration() returned");