Re: Hadoop Sequence File Processor changes the key.

2016-05-19 Thread Bryan Bende
gt; Arturo > > > From: Bryan Bende > Sent: 18 May 2016 02:51 > To: dev@nifi.apache.org > Subject: Re: Hadoop Sequence File Processor changes the key. > > Hi Arturo, > > Sorry for the delayed response, and thanks for pointing thi

Re: Hadoop Sequence File Processor changes the key.

2016-05-19 Thread Arturo Michel
t: 18 May 2016 02:51 To: dev@nifi.apache.org Subject: Re: Hadoop Sequence File Processor changes the key. Hi Arturo, Sorry for the delayed response, and thanks for pointing this out. I don't have that much experience using sequence files, but assuming the ".sf" suffix has no meanin

Re: Hadoop Sequence File Processor changes the key.

2016-05-17 Thread Bryan Bende
Hi Arturo, Sorry for the delayed response, and thanks for pointing this out. I don't have that much experience using sequence files, but assuming the ".sf" suffix has no meaning besides aesthetics, then it seems like there could be two possible solutions... One would be to not force the ".sf" su

Hadoop Sequence File Processor changes the key.

2016-05-13 Thread Arturo Michel
I am using the createHadoopSequenceFile processor to create a sequence file from incoming data to time stamp the data, using the current time as the key and the data as the value of the sequence file. I change the file name attribute (momentarily) to ${now()} as to get a sequence file where th