It picksup the loader method but not the helper method. They are in spearate jars and I have registered both. I also checked my job.jar that was created in /user/gayatri/.staging/job2011xxxx/job.jar and all the classes both the loader as well as the helper classes are present.
On Wed, Dec 14, 2011 at 4:27 PM, Prashant Kommireddi <[email protected]>wrote: > Does your script not find the loader or helper methods? Are they packaged > together? If they are separate do you register both jars? > > Take a look at http://pig.apache.org/docs/r0.9.1/basic.html#register. > > > On Wed, Dec 14, 2011 at 4:15 PM, Gayatri Rao <[email protected]> wrote: > > > Hi All, > > > > Can someone please point me to any documentation on how exactly REGISTER > > copies over the job.jar to the slave machines? > > I have some loader UDFs and some helper methods which are utilized by > the > > loader UDFs. My job.jar has all the classes but my pig job fails saying > > that its not able to find the helper methods used by the loader UDFs. > > I cant seem to understand why. Any insights into what might be the > problem? > > > > Thanks > > Gayatri > > >
