This should work (see PIG-1653 for a related issue). Can you post the whole stack trace?
Thanks -- Richard On 4/14/11 12:59 PM, "Xiaomeng Wan" <[email protected]> wrote: wondering whether this is a bug or originally designed for. When I register my python udf file like this: Register 'a/b/mypyudfs.py' using jython as mypyudfs; I got an error saying "could not initialize: a/b/mypyudfs.py". looks like the original file path is sent to backend without any conversion. It works when registered like this: Register 'mypyudfs.py' using jython as mypyudfs; Regards, Shawn
