Github user brosander commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1578#discussion_r105418460
--- Diff:
nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/util/hive/HiveConfigurator.java
---
@@ -74,7 +74,8 @@ public HiveConf getConfigurationFromFiles(final String
configFiles) {
public void preload(Configuration configuration) {
try {
- FileSystem.get(configuration);
+ FileSystem.get(configuration).close();
--- End diff --
Hey @mattyb149
The two clusters I was testing against (secure and unsecure) were both
configured for HA so I did test preloading with HA inadvertently :smile:
---
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.
---