Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1578#discussion_r105409335
--- 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 --
Did you test this with respect to why this line was added in the first
place (High Availability clusters I think)? Just wanted to make sure it
wouldn't introduce a regression.
---
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.
---