Jorne, I have around hundred big csv files in my local machine. Each
file has some number of columns which has sensitive information in it. I
don't want to drop the columns manually.

Now I have to bring those files into hive external tables, but I want to
make sure that the columns which has sensitive information must be masked.
Is there any way of doing it? Thanks for your time!

On Thursday, March 17, 2016, Jörn Franke <jornfra...@gmail.com> wrote:

> What are your requirements? Do you need to omit a column? Transform it?
> Make the anonymized version joinable etc. there is not simply one function.
>
> > On 17 Mar 2016, at 14:58, Ajay Chander <hadoopde...@gmail.com
> <javascript:;>> wrote:
> >
> > Hi Everyone,
> >
> > I have a csv.file which has some sensitive data in a particular column
> in it.  Now I have to create a table in hive and load the data into it. But
> when loading the data I have to make sure that the data is masked. Is there
> any built in function is used ch supports this or do I have to write UDF ?
> Any suggestions are appreciated. Thanks
>

Reply via email to