329330331332333334335336337338339
} } catch (Exception e) { LOG.error(StringUtils.stringifyException(e)); } if (authenticator == null) { authenticator = new HBCAuthenticator(conf); } LOG.info("using authenticator " + authenticator); } return authenticator; }