Re: End-to-End Encryption using flume

2014-06-26 Thread Roshan Naik
you could encrypt the data before it is fed into the file source. -roshan On Wed, Jun 25, 2014 at 9:18 PM, Sharninder wrote: > Hi, > > I'm trying to send a file (or events) over flume to a remote file store > (could be HDFS too, later) with the only condition that the entire > transmission be e

End-to-End Encryption using flume

2014-06-25 Thread Sharninder
Hi, I'm trying to send a file (or events) over flume to a remote file store (could be HDFS too, later) with the only condition that the entire transmission be encrypted. The topology looks something like this: file source->encrypted avro sink -> avro source -> file sink This is failing at the se