Hi Mohit, We just write standard Java unit tests for pig UDFs. You can see a ton of them here: https://github.com/apache/pig/blob/trunk/test/org/apache/pig/test/TestStringUDFs.java
Does that help? D On Thu, Apr 19, 2012 at 5:05 PM, Mohit Anchlia <[email protected]> wrote: > Is there a way I can just unit test my pig UDF? What's the best way to unit > test in pig. I saw pigunittest but couldn't find a way to unit test udf.
