Github user WilliamNouet commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1529#discussion_r102966394
--- Diff:
nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/AbstractKiteProcessor.java
---
@@ -44,8 +44,31 @@
import org.kitesdk.data.URIBuilder;
import org.kitesdk.data.spi.DefaultConfiguration;
+import org.apache.hadoop.security.UserGroupInformation;
+import org.apache.nifi.hadoop.KerberosProperties;
+import org.apache.nifi.hadoop.SecurityUtil;
+import org.apache.nifi.processor.ProcessorInitializationContext;
+import java.io.File;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
+import java.security.PrivilegedExceptionAction;
+import java.util.concurrent.atomic.AtomicReference;
+
abstract class AbstractKiteProcessor extends AbstractProcessor {
+ protected KerberosProperties getKerberosProperties(File
kerberosConfigFile) {
--- End diff --
Because I messed up with the first commit....
---
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.
---