You should be able to get that info in your LoadFunc.

Take a look at PigStorage.prepareToRead(RecordReader reader, PigSplit
split) implementation.


On Sat, Apr 12, 2014 at 12:23 PM, Abhishek Agarwal <abhishc...@gmail.com>wrote:

> How can I get the current file being processed by mapper in EvalFunc? In
> typical MR Job, this is achieved through ((FileSplit)
> context.getInputSplit).getPath()
>
> --
> Regards,
> Abhishek Agarwal
>

Reply via email to