Github user JPercivall commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1529#discussion_r102966195
  
    --- 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 --
    
    I think I'm missing something, why is the AbstractKiteProcessor and 
relating files being changed in a PR for a ticket to add the Morphlines 
processor? 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to