> On 14 May 2015, at 19:34, Rahul Shrivastava wrote:
>
> Hi All,
>
> I have a requirement whereby I have to extend the functionality of HDFS to
> filter out sensitive information ( SSN, Bank Account ) during data read.
> The solution has to be done at the API definition layer ( API of
> FSDataI
Hi All,
I have a requirement whereby I have to extend the functionality of HDFS to
filter out sensitive information ( SSN, Bank Account ) during data read.
The solution has to be done at the API definition layer ( API of
FSDataInputStream) such that it works with all our existing ETL programs.
I l