Re: pig load function

2014-02-04 Thread Mark Wagner
Hi Krishna, By default it uses the PigStorage LoadFunc. You can change that behavior though by setting "pig.default.load.func" to your LoadFunc. -Mark On Mon, Feb 3, 2014 at 8:37 PM, Krishna Prasad Ambaripeta wrote: > Hi.I am new to pig. Have a basic doubt. when we write " a = load 'a/y.txt' >

pig load function

2014-02-04 Thread Krishna Prasad Ambaripeta
Hi.I am new to pig. Have a basic doubt. when we write " a = load 'a/y.txt' as(a,b)" , which pig function will it call. is it LoadFunc? Thanks for the support. Thanks,Krishna Prasad