You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Corbin Hoenes <co...@tynt.com> on 2010/06/22 19:55:22 UTC

udf using openDFSFile

I have a UDF using: 

FileLocalizer.openDFSFile(filename);

in the ctor; it complains it can't open the file while running locally--does this opening of the file need to exist somewhere else like in the exec() method for it to work?