Github user kishorvpatil commented on a diff in the pull request:
https://github.com/apache/storm/pull/2531#discussion_r163728603
--- Diff:
storm-client/src/jvm/org/apache/storm/security/auth/kerberos/KerberosSaslTransportPlugin.java
---
@@ -114,22 +120,26 @@ public TTransportFactory getServerTransportFactory()
throws IOException {
//check the credential of our principal
if (subject.getPrivateCredentials(KerberosTicket.class).isEmpty())
{
throw new RuntimeException("Fail to verify user principal with
section \""
- +AuthUtils.LOGIN_CONTEXT_SERVER+"\" in login
configuration file "+ login_conf);
+ +AuthUtils.LOGIN_CONTEXT_SERVER+"\" in login
configuration file "+ loginConf);
--- End diff --
spacing..
---