Github user trkurc commented on the pull request:
https://github.com/apache/nifi/pull/97#issuecomment-150673073
@rickysaltzer - I don't have my kerberos hadoop running atm, but here are
some comments:
This variable should be camelCase, rather than ALL_CAPS.
```
private long TICKET_RENEWAL_THRESHOLD_SEC;
```
I think `hdfsResources.set(null);` should probably be
`hdfsResources.set(new HdfsResources(null, null, null);` .. Walking through the
code by hand...won't getUserGroupInformation in getFileSystem NPE when you're
not using kerberos?
Will send more when I have a chance to build and run.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---