Hi Niels,

To write unit tests you could take a look at TestBuiltin.java which has a
tests for several UDFs -
http://svn.apache.org/viewvc/pig/trunk/test/org/apache/pig/test/TestBuiltin.java

Also, you can mock up input/ouput data using
http://pig.apache.org/docs/r0.11.1/api/org/apache/pig/builtin/mock/Storage.html.



On Sat, Apr 20, 2013 at 3:09 PM, Niels Basjes <ni...@basjes.nl> wrote:

> Hi,
>
> I created an addition to the ua-parser project (
> https://github.com/tobie/ua-parser ) so that the methods for parsing a
> useragent can be called as a UDF from Pig.
>
> https://github.com/nielsbasjes/ua-parser/tree/PIGSupport/pig
>
> One of the things I'm a bit worried about is that I have no idea on how to
> create a junit test for this.
> So I would really appreciate it if someone from the pig community could
> have a look at it before I submit a pull request.
>
> Thanks.
>
> --
> Best regards / Met vriendelijke groeten,
>
> Niels Basjes
>

Reply via email to