Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1113#discussion_r83274530
--- Diff:
nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/util/hive/HiveConfigurator.java
---
@@ -71,6 +72,14 @@ public Configuration getConfigurationFromFiles(final
String configFiles) {
return hiveConfig;
}
+ public void preload(Configuration configuration) {
+ try {
+ FileSystem.get(configuration);
+ }catch(IOException ioe) {
--- End diff --
Minor CheckStyle violation here, I will add whitespace before merging your
PR.
---
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.
---