0
votes

i am trying to process pst file from apache Pig. Do i need to write User define function to read pst?.How can I process/extracts pst using Pig way
Is there any UDF ,library available in java which I can use in my Pig script. Any help would be great-full .

Thanks,
Vamshikrishna

1

1 Answers

0
votes

I'm not aware that there is support for .pst files so probably yes, you need to write an UDF and more precisely a LOAD UDF.