[ 
https://issues.apache.org/jira/browse/NIFI-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323393#comment-14323393
 ] 

ASF GitHub Bot commented on NIFI-238:
-------------------------------------

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

    https://github.com/apache/incubator-nifi/pull/24#discussion_r24779558
  
    --- Diff: 
nifi/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/AvroUtil.java
 ---
    @@ -0,0 +1,24 @@
    +package org.apache.nifi.processors.kite;
    +
    +import org.apache.avro.Schema;
    +import org.apache.avro.SchemaBuilder;
    +import org.apache.avro.generic.GenericData;
    +import org.apache.avro.generic.IndexedRecord;
    +import org.apache.avro.io.DatumReader;
    +import org.apache.avro.io.DatumWriter;
    +
    +import static org.apache.avro.generic.GenericData.StringType;
    +
    +public class AvroUtil {
    --- End diff --
    
    make package-private


> Add processors to write datasets using Kite
> -------------------------------------------
>
>                 Key: NIFI-238
>                 URL: https://issues.apache.org/jira/browse/NIFI-238
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Ryan Blue
>
> I think it would be great to have a set of processors that parse incoming 
> flow files and add the data to Kite datasets.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to