Hi Rohit,
The SplitAvro processor has 3 relationships: failure, split, and original. Did you by chance
connect both the original and split relationships to the AvroToJson processor? If you did,
then that would explain the behavior. You're routing both the individually split Avro records
as well as the original bundle.
Thanks
-Mark
> On Mar 12, 2018, at 6:27 AM, Rohit <rsvangari@gmail.com> wrote:
>
> Hi,
>
> I am reading data from hive table having 5 records and its generating 1 avro
> file and using splitAvro processor i am splitting data but splitAvro
> generating 6 records which having 5 individual row and one row containing
> all 5 row.
>
> My Teamplate:-
>
> ExecuteHQL->SplitAvro->AvroToJson->PutCouch
>
>
>
> --
> Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/
|