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
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